mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 23:38:14 +08:00
Improve composition on small screens
Two changes: Minimized width of labels; Caused header overflow to scroll
This commit is contained in:
parent
0166506b3a
commit
b179607593
1 changed files with 4 additions and 3 deletions
|
@ -85,6 +85,7 @@
|
|||
padding: 10px;
|
||||
background-color: #eee;
|
||||
color: #333;
|
||||
overflow:scroll;
|
||||
|
||||
.e-identity {
|
||||
|
||||
|
@ -110,8 +111,8 @@
|
|||
.e-label {
|
||||
text-align: right;
|
||||
width: 1%;
|
||||
min-width: 70px;
|
||||
padding: 6px 10px;
|
||||
min-width: 50px;
|
||||
padding: 6px 10px 6px 0px;
|
||||
|
||||
html.rl-modal {
|
||||
min-width: 50px;
|
||||
|
@ -210,4 +211,4 @@
|
|||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue