mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Bugfix: btn-thin were too high
This commit is contained in:
parent
a0a9d8fd65
commit
22ffe4a079
3 changed files with 11 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue