right_sidebar: Set em-based min and max width, flexible column width.

This commit is contained in:
Karl Stolley
2025-01-29 13:33:30 -05:00
committed by Tim Abbott
parent 4da8cf35bf
commit c2cf7ef571
2 changed files with 4 additions and 2 deletions

View File

@@ -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;