add margin to select menu (#45)

This commit is contained in:
Jordan Vidrine
2025-03-11 17:21:46 -05:00
committed by GitHub
parent feae5a0214
commit 7023cc0f97
+7
View File
@@ -24,6 +24,13 @@
} }
} }
.has-full-page-chat .chat-selection-management {
margin-bottom: var(--d-border-radius-large);
@include breakpoint(medium) {
margin-bottom: 0;
}
}
.experimental-screen { .experimental-screen {
@include breakpoint(medium) { @include breakpoint(medium) {
display: none; display: none;