diff --git a/scss/box-view.scss b/scss/box-view.scss index 7fb508e..21f2b09 100644 --- a/scss/box-view.scss +++ b/scss/box-view.scss @@ -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 { @include breakpoint(medium) { display: none;