styles: Remove dead .screen-{full,medium,narrow}-show classes.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2019-10-22 23:48:10 -07:00
committed by Tim Abbott
parent 51de011c07
commit 3216dca6bb

View File

@@ -1,18 +1,5 @@
.screen-medium-show,
.screen-narrow-show {
display: none !important;
}
/* This max-width must be synced with message_viewport.is_narrow */
@media (max-width: 1165px) {
.screen-full-show {
display: none !important;
}
.screen-medium-show {
display: block !important;
}
.app-main,
.header-main {
min-width: 750px;
@@ -101,10 +88,6 @@
width: calc(100% - 12px - 2px);
}
.screen-narrow-show {
display: inline-block !important;
}
.column-left {
display: none;
}