Message: Fix width with folders sidebar (#6664)

This commit is contained in:
Alexander Zinchuk 2026-02-22 23:43:00 +01:00
parent 2ccbe341e2
commit 6605a90606

View File

@ -31,12 +31,6 @@
align-items: flex-end;
margin-bottom: 0.375rem;
#Main.folders-sidebar-visible & {
@media (max-width: 1440px) {
--max-width: 24rem;
}
}
.theme-dark & {
--color-reaction: rgb(255, 255, 255, 0.1);
--hover-color-reaction: rgb(255, 255, 255, 0.2);
@ -254,12 +248,6 @@
}
}
#Main.folders-sidebar-visible & {
@media (min-width: 1440px) {
--max-width: 25rem;
}
}
@media (min-width: 1921px) {
--max-width: 30vw;
}