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

@ -78,10 +78,10 @@ html.rl-no-preview-pane {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .1;
}
@ -128,7 +128,7 @@ html.rl-no-preview-pane {
position: absolute;
padding: 10px;
background-color: #f8f8f8;
border-top: 0px;
border-top: 0;
border-bottom: 1px solid #ddd;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
@ -251,7 +251,7 @@ html.rl-no-preview-pane {
.messageItem {
position: absolute;
top: 0px;
top: 0;
bottom: 0;
left: 0;
right: 0;
@ -304,7 +304,7 @@ html.rl-no-preview-pane {
}
.line-loading {
height: 0px;
height: 0;
}
.showImages, .readReceipt, .pgpSigned, .pgpEncrypted {
@ -424,7 +424,7 @@ html.rl-no-preview-pane {
blockquote {
border-left: 2px solid #000;
padding: 0px 10px;
padding: 0 10px;
margin: 0;
}
@ -444,8 +444,8 @@ html.rl-no-preview-pane {
}
pre, code {
margin: 0px;
padding: 0px;
margin: 0;
padding: 0;
background: #fff;
border: none;
border-radius: 0;
@ -468,7 +468,7 @@ html.rl-no-preview-pane {
}
pre > code {
padding: 0px;
padding: 0;
}
}
@ -479,8 +479,8 @@ html.rl-no-preview-pane {
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
pre {
margin: 0px;
padding: 0px;
margin: 0;
padding: 0;
background: #fff;
border: none;
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
@ -548,7 +548,7 @@ html.rl-no-preview-pane {
&.message-focused .b-content {
z-index: 101;
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
border-radius: @rlLowBorderRadius;
border-color: darken(@rlMainDarkColor, 5%);
}