mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Simple fixes
This commit is contained in:
parent
b28d4f8cf3
commit
9e38a59df3
4 changed files with 46 additions and 8 deletions
|
|
@ -6,6 +6,7 @@
|
|||
right: 0;
|
||||
top: auto;
|
||||
height: 0;
|
||||
z-index: 10000;
|
||||
|
||||
background: rgba(0, 0, 0, .85);
|
||||
border-top: 1px solid #000;
|
||||
|
|
@ -16,7 +17,7 @@
|
|||
.transition(height 0.1s ease-out);
|
||||
|
||||
&.opened {
|
||||
height: 300px;
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
.rl-cmd-clr-error {
|
||||
|
|
|
|||
|
|
@ -72,6 +72,8 @@
|
|||
font-size: 18px;
|
||||
height: 40px;
|
||||
line-height: 20px;
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue