mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Moves panel header into the panel component
This commit is contained in:
@@ -9,10 +9,21 @@
|
||||
&__pane {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
overflow: initial;
|
||||
height: calc(100% - #{$header-height} - var(--title-bar-drag-area-height));
|
||||
inset-inline-start: 0;
|
||||
overflow-y: overlay;
|
||||
position: absolute;
|
||||
top: calc(#{$header-height} + var(--title-bar-drag-area-height));
|
||||
width: 100%;
|
||||
z-index: $z-index-base;
|
||||
|
||||
@include light-theme() {
|
||||
background-color: $color-white;
|
||||
}
|
||||
|
||||
@include dark-theme() {
|
||||
background-color: $color-gray-95;
|
||||
}
|
||||
}
|
||||
|
||||
&__timeline {
|
||||
@@ -44,4 +55,7 @@
|
||||
margin-inline: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
&__header {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user