mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-19 17:58:48 +00:00
Adjust story buttons to not overlap window drag region
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user