Voice Notes mini-player: Show with no conversation, fix spacing

This commit is contained in:
Scott Nonnenberg
2023-03-20 11:03:21 -07:00
committed by GitHub
parent 9015837b2e
commit 75d5e81013
10 changed files with 159 additions and 87 deletions

View File

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