mirror of https://github.com/jitsi/jitsi-meet
* fix(Toolbox) Maintain overflow button visible at all times * Make changes only on desktop browserpull/8086/head jitsi-meet_5247
parent
101a40a8da
commit
9379bb3c5b
@ -1,136 +1,67 @@ |
||||
@media only screen and (max-width: $smallScreen) { |
||||
.watermark { |
||||
width: 20%; |
||||
height: 20%; |
||||
} |
||||
|
||||
.new-toolbox { |
||||
.toolbox-content { |
||||
.button-group-center, .button-group-left, .button-group-right { |
||||
.toolbox-button { |
||||
.toolbox-icon { |
||||
width: 28px; |
||||
height: 28px; |
||||
svg { |
||||
width: 18px; |
||||
height: 18px; |
||||
} |
||||
} |
||||
|
||||
&:nth-child(2) { |
||||
.toolbox-icon { |
||||
width: 30px; |
||||
height: 30px; |
||||
} |
||||
} |
||||
} |
||||
@media only screen and (max-width: $verySmallScreen) { |
||||
.welcome { |
||||
display: block; |
||||
|
||||
#enter_room { |
||||
position: relative; |
||||
height: 42px; |
||||
|
||||
.welcome-page-button { |
||||
font-size: 16px; |
||||
left: 0; |
||||
position: absolute; |
||||
top: 68px; |
||||
text-align: center; |
||||
width: 100%; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
@media only screen and (max-width: $verySmallScreen) { |
||||
.welcome { |
||||
display: block; |
||||
.header { |
||||
background-color: #002637; |
||||
|
||||
#enter_room { |
||||
position: relative; |
||||
height: 42px; |
||||
#enter_room { |
||||
.enter-room-input-container { |
||||
padding-right: 0; |
||||
} |
||||
|
||||
.welcome-page-button { |
||||
font-size: 16px; |
||||
left: 0; |
||||
position: absolute; |
||||
top: 68px; |
||||
text-align: center; |
||||
width: 100%; |
||||
.warning-without-link, |
||||
.warning-with-link { |
||||
top: 120px; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
.header { |
||||
background-color: #002637; |
||||
|
||||
#enter_room { |
||||
.enter-room-input-container { |
||||
padding-right: 0; |
||||
} |
||||
|
||||
.warning-without-link, |
||||
.warning-with-link { |
||||
top: 120px; |
||||
} |
||||
} |
||||
} |
||||
|
||||
.welcome-tabs { |
||||
display: none; |
||||
} |
||||
|
||||
.header-text-title { |
||||
text-align: center; |
||||
} |
||||
|
||||
.welcome-cards-container { |
||||
padding: 0; |
||||
} |
||||
|
||||
&.without-content { |
||||
.header { |
||||
height: 100%; |
||||
.welcome-tabs { |
||||
display: none; |
||||
} |
||||
} |
||||
|
||||
#moderated-meetings { |
||||
display: none; |
||||
} |
||||
.header-text-title { |
||||
text-align: center; |
||||
} |
||||
|
||||
.welcome-footer-row-block { |
||||
display: block; |
||||
} |
||||
.welcome-badge { |
||||
margin-right: 16px; |
||||
} |
||||
.welcome-cards-container { |
||||
padding: 0; |
||||
} |
||||
|
||||
.welcome-footer { |
||||
display: none; |
||||
} |
||||
} |
||||
&.without-content { |
||||
.header { |
||||
height: 100%; |
||||
} |
||||
} |
||||
|
||||
#videoResolutionLabel { |
||||
display: none; |
||||
} |
||||
.desktop-browser { |
||||
.vertical-filmstrip .filmstrip { |
||||
#moderated-meetings { |
||||
display: none; |
||||
} |
||||
} |
||||
.new-toolbox { |
||||
.toolbox-content { |
||||
.button-group-center, .button-group-left, .button-group-right { |
||||
.settings-button-small-icon { |
||||
display: none; |
||||
} |
||||
.toolbox-button { |
||||
.toolbox-icon { |
||||
width: 18px; |
||||
height: 18px; |
||||
svg { |
||||
width: 12px; |
||||
height: 12px; |
||||
} |
||||
} |
||||
|
||||
&:nth-child(2) { |
||||
.toolbox-icon { |
||||
width: 20px; |
||||
height: 20px; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
.welcome-footer-row-block { |
||||
display: block; |
||||
} |
||||
.welcome-badge { |
||||
margin-right: 16px; |
||||
} |
||||
|
||||
.welcome-footer { |
||||
display: none; |
||||
} |
||||
} |
||||
.chrome-extension-banner { |
||||
display: none; |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue