mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Added: support for real Fullscreen
This commit is contained in:
parent
1a5bc09bb3
commit
e770f28949
3 changed files with 31 additions and 32 deletions
|
|
@ -217,7 +217,7 @@
|
|||
border-radius: @rlLowBorderRadius;
|
||||
scroll-behavior: smooth;
|
||||
|
||||
.buttonUnFull, .buttonFull {
|
||||
.buttonFull {
|
||||
display: inline-block;
|
||||
position: fixed;
|
||||
right: 25px;
|
||||
|
|
@ -244,10 +244,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.buttonUnFull {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.loading {
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
|
|
@ -625,12 +621,3 @@ html:not(.rl-mobile) .messageItem {
|
|||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
html.rl-message-fullscreen .messageItem {
|
||||
.buttonUnFull {
|
||||
display: inline-block !important;
|
||||
}
|
||||
.buttonFull {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue