Adjust story buttons to not overlap window drag region

This commit is contained in:
trevor-signal 2025-05-15 17:24:06 -04:00 committed by GitHub
parent 3b1dacd203
commit f98203aba6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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