mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-10 00:38:04 +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;
|
padding: 10px;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
overflow:scroll;
|
||||||
|
|
||||||
.e-identity {
|
.e-identity {
|
||||||
|
|
||||||
|
@ -110,8 +111,8 @@
|
||||||
.e-label {
|
.e-label {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 1%;
|
width: 1%;
|
||||||
min-width: 70px;
|
min-width: 50px;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px 6px 0px;
|
||||||
|
|
||||||
html.rl-modal {
|
html.rl-modal {
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
|
|
Loading…
Reference in a new issue