mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Improve small screen detection in toolbar
This commit is contained in:
parent
0044d622f1
commit
dc6ca9098e
@ -507,7 +507,8 @@
|
||||
}
|
||||
}
|
||||
.cp-toolbar-top {
|
||||
@media screen and (max-width: @browser_media-medium-screen) {
|
||||
@media screen and (max-width: @browser_media-medium-screen),
|
||||
screen and (max-height: 500px) {
|
||||
flex-wrap: wrap;
|
||||
height: @toolbar_line-height;
|
||||
.cp-pad-not-pinned {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user