Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Probably better to just remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Dec 21, 2020
1 parent 68c5482 commit 0d4b2f4
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions res/css/views/voip/_CallView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,32 +88,7 @@ limitations under the License.
border-radius: 2000px;
overflow: hidden;
position: relative;
/* Blurred avatar images & pause icon for on-hold removed for now
&::after {
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(0, 0, 0, 0.6);
background-image: url('$(res)/img/voip/paused.svg');
background-position: center;
background-size: 40px;
background-repeat: no-repeat;
}
.mx_CallView_pip &::after {
background-size: 30px;
}
*/
}
/*
.mx_BaseAvatar {
filter: blur(20px);
overflow: hidden;
}
*/
}

.mx_CallView_voice_holdText {
Expand Down

0 comments on commit 0d4b2f4

Please sign in to comment.