mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Improve composer pop-up on mobile (#1106)
This commit is contained in:
parent
641fb3e532
commit
c145137b25
3 changed files with 11 additions and 4 deletions
|
|
@ -112,6 +112,10 @@
|
|||
width: 1%;
|
||||
min-width: 70px;
|
||||
padding: 6px 10px;
|
||||
|
||||
html.rl-modal {
|
||||
min-width: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.e-value {
|
||||
|
|
|
|||
|
|
@ -88,3 +88,8 @@ svg-icon {
|
|||
.lg-backdrop.in {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
|
||||
.btn .btn-text {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue