mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Remove/replace rl-mobile where possible
This commit is contained in:
parent
59565275b1
commit
bc2f30434b
6 changed files with 22 additions and 52 deletions
|
|
@ -124,16 +124,12 @@
|
|||
|
||||
.informationShort {
|
||||
margin: 4px 50px 0 5px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
a {
|
||||
.g-ui-link;
|
||||
}
|
||||
|
||||
html.rl-mobile &{
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.informationShortWrp {
|
||||
|
|
@ -246,7 +242,7 @@
|
|||
}
|
||||
|
||||
.line-loading {
|
||||
height: 0;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.showImages, .readReceipt, .pgpSigned, .pgpEncrypted {
|
||||
|
|
@ -575,10 +571,6 @@ html.rl-bottom-preview-pane:not(.rl-mobile) .messageView {
|
|||
}
|
||||
}
|
||||
|
||||
html .messageItem .line-loading {
|
||||
height: 5px !important;
|
||||
}
|
||||
|
||||
html.rl-message-fullscreen {
|
||||
|
||||
#rl-left {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue