Fix margin
This commit is contained in:
@@ -79,7 +79,10 @@
|
|||||||
|
|
||||||
.list-entries {
|
.list-entries {
|
||||||
--imageSize: 40;
|
--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;
|
overflow-y: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column nowrap;
|
flex-flow: column nowrap;
|
||||||
@@ -105,7 +108,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button-wrapper {
|
.button-wrapper {
|
||||||
padding: 0.25rem;
|
padding: $list-controls-margin;
|
||||||
.clear-queue-button {
|
.clear-queue-button {
|
||||||
@include square-button;
|
@include square-button;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user