Better support for large displays (follow-up) (#1496)

This commit is contained in:
Alexander Zinchuk 2021-10-13 14:38:53 +03:00
parent 2243343ccc
commit 0b80dba373
3 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@
max-width: 33vw;
}
@media (min-width: 1680px) {
@media (min-width: 1920px) {
border-left: 1px solid var(--color-borders);
}

View File

@ -34,7 +34,7 @@
height: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 1680px) {
@media (min-width: 1920px) {
border-left: 1px solid var(--color-borders);
}
@ -118,7 +118,7 @@
}
#RightColumn {
@media (min-width: 1680px) {
@media (min-width: 1920px) {
border-right: 1px solid var(--color-borders);
}
@ -142,7 +142,7 @@
#MiddleColumn {
border-left: 1px solid var(--color-borders);
@media (min-width: 1680px) {
@media (min-width: 1920px) {
border-right: 1px solid var(--color-borders);
}

View File

@ -161,7 +161,7 @@ $color-user-8: #faa774;
--symbol-menu-height: 23.25rem;
--symbol-menu-footer-height: 3rem;
@media (min-width: 1276px) and (max-width: 1680px) {
@media (min-width: 1276px) and (max-width: 1920px) {
--right-column-width: 25vw;
}