mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Voice Notes mini-player: Show with no conversation, fix spacing
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
align-items: center;
|
||||
gap: 18px;
|
||||
padding: 8px 16px;
|
||||
margin-top: calc(52px + var(--title-bar-drag-area-height));
|
||||
text-align: left;
|
||||
|
||||
@include light-theme {
|
||||
background-color: $color-gray-02;
|
||||
@@ -32,6 +34,11 @@
|
||||
background-color: $color-gray-75;
|
||||
}
|
||||
|
||||
&--flow {
|
||||
margin-top: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&__playback-button {
|
||||
@include button-reset;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user