mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Expand left sidebar when browser is 1600px wide.
(imported from commit acdb1c5a92c3b0aa3923cd5c502d324b3ee39a3f)
This commit is contained in:
@@ -3710,3 +3710,35 @@ li.show-more-topics a {
|
||||
.zoom-in .zoom-in-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 1600px) {
|
||||
.column-left {
|
||||
width: 300px;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.app-main .column-left .left-sidebar {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.column-middle {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin-left: -200px;
|
||||
}
|
||||
|
||||
.column-middle-inner {
|
||||
margin-left: 200px;
|
||||
margin-right: 300px;
|
||||
}
|
||||
|
||||
.app-main .column-middle .column-middle-inner {
|
||||
margin-left: 500px; /* 200 + 300 */
|
||||
}
|
||||
|
||||
.recipient-bar-main {
|
||||
margin-left: 320px;
|
||||
margin-right: 210px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user