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

@ -94,7 +94,7 @@ html.rl-no-preview-pane {
left: 0;
right: 0;
z-index: 102;
height: 0px;
height: 0;
top: 50px;
}
@ -227,8 +227,8 @@ html.rl-no-preview-pane {
overflow: hidden;
cursor: pointer;
margin: 0px;
border: 0px solid transparent;
margin: 0;
border: 0 solid transparent;
z-index: 100;
background-color: #f9f9f9;
@ -293,11 +293,11 @@ html.rl-no-preview-pane {
}
&.new {
max-height: 0px;
max-height: 0;
}
&.deleted {
max-height: 0px;
max-height: 0;
border-color: transparent !important;
}
@ -428,7 +428,7 @@ html.rl-no-preview-pane {
background-color: #eee;
color: #666;
border-radius: 6px;
padding: 2px 0px 1px 6px;
padding: 2px 0 1px 6px;
margin-right: 2px;
border: 1px solid #ccc;
@ -487,7 +487,7 @@ html.rl-no-preview-pane {
&.withAttachments .attachment {
display: inline-block;
color: #666;
text-shadow: 0px 1px 0px #eee;
text-shadow: 0 1px 0 #eee;
}
&.hasUnseenSubMessage {