mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
right_sidebar: Set em-based min and max width, flexible column width.
This commit is contained in:
@@ -338,7 +338,7 @@ body.has-overlay-scrollbar {
|
||||
/* This applies to column-left both in navbar and app. */
|
||||
.column-right {
|
||||
width: var(--right-column-width);
|
||||
max-width: var(--right-column-width);
|
||||
max-width: var(--right-column-max-width);
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user