Tweak call lobby buttons to more closely match designs (#9943)
This commit is contained in:
parent
97831d528a
commit
da30b3069c
2 changed files with 5 additions and 5 deletions
|
@ -160,7 +160,7 @@ limitations under the License.
|
|||
content: "";
|
||||
display: inline-block;
|
||||
mask-image: url("$(res)/img/feather-customised/chevron-down.svg");
|
||||
mask-size: $size;
|
||||
mask-size: 20px;
|
||||
mask-position: center;
|
||||
background-color: $call-primary-content;
|
||||
height: 100%;
|
||||
|
@ -181,7 +181,7 @@ limitations under the License.
|
|||
.mx_CallView_deviceButton {
|
||||
&.mx_CallView_deviceButton_audio::before {
|
||||
mask-image: url("$(res)/img/element-icons/Mic-off.svg");
|
||||
mask-size: 14px;
|
||||
mask-size: 18px;
|
||||
}
|
||||
|
||||
&.mx_CallView_deviceButton_video::before {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue