mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Fix some mobile view css issues
This commit is contained in:
parent
ce652d96b7
commit
99bd895090
25 changed files with 70 additions and 70 deletions
|
|
@ -5,18 +5,15 @@
|
|||
width: 98%;
|
||||
max-width: 1000px;
|
||||
margin: 10px auto;
|
||||
min-height: calc(100% - 60px);
|
||||
min-height: calc(100% - 30px);
|
||||
|
||||
.modal-body {
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.textAreaParent, .attachmentAreaParent {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
||||
height: 200px;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
|
|
@ -79,7 +76,7 @@
|
|||
}
|
||||
|
||||
.disabled.button-delete {
|
||||
margin-left: 0px;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -122,13 +119,13 @@
|
|||
|
||||
html.rl-mobile &{
|
||||
min-width: 50px;
|
||||
padding: 6px 10px 6px 0px;
|
||||
padding: 6px 10px 6px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.e-value {
|
||||
|
||||
padding: 2px 0px;
|
||||
padding: 2px 0;
|
||||
|
||||
textarea, input[type="text"] {
|
||||
width: 98%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue