mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +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
|
|
@ -36,6 +36,7 @@
|
|||
|
||||
#rl-right {
|
||||
flex-grow: 1;
|
||||
padding-top: 50px;
|
||||
transition: left 0.3s ease-out, right 0.3s ease-out;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
@ -70,10 +71,11 @@
|
|||
border: 1px solid var(--border-color, #aaa);
|
||||
border-radius: var(--border-radius, 5px);
|
||||
box-shadow: @rlMainShadow;
|
||||
height: calc(100% - 50px - @rlLowMargin - @rlLowMargin);
|
||||
margin: (50px + @rlLowMargin) @rlLowMargin @rlLowMargin 0;
|
||||
height: calc(100% - @rlLowMargin - @rlLowMargin);
|
||||
margin: 0 @rlLowMargin @rlLowMargin 0;
|
||||
overflow-y: auto;
|
||||
padding: 20px;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
/* desktop */
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ summary.legend {
|
|||
}
|
||||
|
||||
.btn.btn-thin {
|
||||
padding: 4px 9px;
|
||||
padding: 0 9px;
|
||||
}
|
||||
|
||||
.alert a:not(.close) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue