Fix margin

This commit is contained in:
space-nuko
2023-05-22 13:18:03 -05:00
parent 5cc6baccff
commit a913a92096

View File

@@ -79,7 +79,10 @@
.list-entries {
--imageSize: 40;
height: calc(100% - #{$list-controls-height} - #{$list-controls-margin});
height: 100%;
&.history-mode {
height: calc(100% - #{$list-controls-height} - #{$list-controls-margin} * 2);
}
overflow-y: auto;
display: flex;
flex-flow: column nowrap;
@@ -105,7 +108,7 @@
}
.button-wrapper {
padding: 0.25rem;
padding: $list-controls-margin;
.clear-queue-button {
@include square-button;