Fix some mobile view css issues

This commit is contained in:
djmaze 2020-09-12 13:57:09 +02:00
parent ce652d96b7
commit 99bd895090
25 changed files with 70 additions and 70 deletions

View file

@ -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%;