Bugfix: btn-thin were too high

This commit is contained in:
the-djmaze 2023-02-03 20:23:42 +01:00
parent a0a9d8fd65
commit 22ffe4a079
3 changed files with 11 additions and 11 deletions

View file

@ -67,17 +67,15 @@
}
#rl-settings-subscreen {
margin: 50px @rlLowMargin @rlLowMargin 0;
overflow-y: auto;
scroll-behavior: smooth;
padding:20px;
height: calc(100% - 50px - @rlLowMargin - @rlLowMargin);
background-color: var(--settings-bg-clr, #fff);
border: 1px solid var(--border-color, #aaa);
box-shadow: @rlMainShadow;
border-radius: var(--border-radius, 5px);
box-shadow: @rlMainShadow;
height: calc(100% - 50px - @rlLowMargin - @rlLowMargin);
margin: 50px @rlLowMargin @rlLowMargin 0;
overflow-y: auto;
padding:20px;
scroll-behavior: smooth;
}
.firefox-drag #rl-settings-subscreen,