mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +08:00
Merge pull request #1347 from WesCossick/patch-1
Improve composition on small screens
This commit is contained in:
commit
39c07bfc13
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