Merge branch 'feature-settings' into develop
commit
5c1de30468
|
|
@ -60,7 +60,7 @@
|
|||
}
|
||||
|
||||
&.off {
|
||||
background-image: url('/resources/images/icon_mic_white_off.svg');
|
||||
background-image: url('/resources/images/icon_remote_mic_white_off.svg');
|
||||
background-color: rgba(#d42241, 0.7);
|
||||
}
|
||||
|
||||
|
|
@ -75,7 +75,8 @@
|
|||
}
|
||||
|
||||
&.off {
|
||||
background-image: url('/resources/images/icon_webcam_white_on.svg');
|
||||
background-image: url('/resources/images/icon_remote_webcam_white_off.svg');
|
||||
background-color: rgba(#d42241, 0.7);
|
||||
}
|
||||
|
||||
&.unsupported {
|
||||
|
|
|
|||
|
|
@ -74,12 +74,12 @@
|
|||
|
||||
+mobile() {
|
||||
&.is-me {
|
||||
padding: 10px;
|
||||
padding: 1vmin;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
&:not(.is-me) {
|
||||
padding: 10px;
|
||||
padding: 1vmin;
|
||||
align-items: flex-end;
|
||||
}
|
||||
}
|
||||
|
|
@ -118,15 +118,15 @@
|
|||
}
|
||||
|
||||
> .row {
|
||||
margin-top: 4px;
|
||||
margin-top: 0.4vmin;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-end;
|
||||
|
||||
> .device-icon {
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
margin-right: 3px;
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
|
|
|
|||
Loading…
Reference in New Issue