Adjust story buttons to not overlap window drag region

Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2025-05-16 10:55:38 -05:00
committed by GitHub
parent 056226c5ff
commit 3676679d01

View File

@@ -362,8 +362,11 @@
& {
align-items: center;
display: flex;
height: 100%;
position: absolute;
top: var(--title-bar-drag-area-height);
bottom: 0;
// To keep contents vertically centered in the window
padding-block-end: var(--title-bar-drag-area-height);
width: 25%;
z-index: variables.$z-index-above-above-base;
}