Merge pull request #2096 from cryptpad/icon-fixes

Icon fixes
This commit is contained in:
yflory 2026-01-09 17:09:37 +01:00 committed by GitHub
commit c99a91c62e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;