sidebars: Bring left, right sidebar tops into concord.

(cherry picked from commit b3fb672b5d)
This commit is contained in:
Karl Stolley
2025-08-15 11:54:50 -05:00
committed by Tim Abbott
parent 61d0f3736c
commit b561f4ee4f
2 changed files with 4 additions and 6 deletions

View File

@@ -352,7 +352,7 @@
top: 0;
background: var(--color-background);
/* Must be padding not margin so that the sticky headers don't show behind it */
padding: 0 var(--left-sidebar-right-margin) 3px 5px;
padding: 0 var(--left-sidebar-right-margin) 0 5px;
.channel-folders-sidebar-menu-icon {
grid-area: channel-folders-option;

View File

@@ -505,10 +505,7 @@
cursor: pointer;
display: grid;
gap: 5px;
grid-template-rows: var(--line-height-sidebar-row-prominent);
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
padding-bottom: 10px;
padding-left: var(--right-sidebar-heading-left-spacing);
/* The scrollbar doesn't extend this high, but we want the three-dot
menus to line up. */
@@ -518,11 +515,12 @@
#buddy-list-menu-icon {
color: var(--color-vdots-visible);
width: var(--right-sidebar-vdots-width);
/* Match the height of the buddy list filter input */
height: 100%;
/* Push back against default right-sidebar
spacing for better vdots alignment. */
padding: 0;
/* No left/right margin to maintain vdots
alignment with user rows below. */
margin: 2px 0;
&:hover {
color: var(--color-vdots-hover);