fix icon size #2095

This commit is contained in:
daria 2025-11-07 15:43:42 +02:00
parent 2bafc1f92e
commit 0ebd86c0c5
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -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: 500px) {
a.cp-toolbar-link-logo {
svg {
width: @variables_icon_width;