mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
commit
c99a91c62e
@ -10,6 +10,6 @@
|
||||
@browser_media-not-big: 800px;
|
||||
@browser_media-not-small: 801px;
|
||||
|
||||
@browser_media-short-screen: 450px;
|
||||
@browser_media-short-screen: 500px;
|
||||
@browser_media-narrow-screen: 400px;
|
||||
@browser_media-medium-screen: 600px;
|
||||
|
||||
@ -514,7 +514,7 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: @browser_media-medium-screen),
|
||||
screen and (max-height: 500px) {
|
||||
screen and (max-height: @browser_media-short-screen) {
|
||||
flex-wrap: wrap;
|
||||
height: @toolbar_line-height;
|
||||
.cp-toolbar-top-filler {
|
||||
@ -873,8 +873,8 @@
|
||||
// width: 100%;
|
||||
// }
|
||||
}
|
||||
@media screen and (max-height: @browser_media-medium-screen),
|
||||
screen and (max-width: @browser_media-medium-screen) {
|
||||
@media screen and (max-width: @browser_media-medium-screen),
|
||||
screen and (max-height: @browser_media-short-screen) {
|
||||
a.cp-toolbar-link-logo {
|
||||
svg {
|
||||
width: @variables_icon_width;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user