mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
styles: Remove dead .screen-{full,medium,narrow}-show classes.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
51de011c07
commit
3216dca6bb
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user