mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Adjust story buttons to not overlap window drag region
This commit is contained in:
@@ -362,8 +362,11 @@
|
|||||||
& {
|
& {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
|
||||||
position: absolute;
|
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%;
|
width: 25%;
|
||||||
z-index: variables.$z-index-above-above-base;
|
z-index: variables.$z-index-above-above-base;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user