Added: support for real Fullscreen

This commit is contained in:
djmaze 2021-03-03 11:16:02 +01:00
parent 1a5bc09bb3
commit e770f28949
3 changed files with 31 additions and 32 deletions

View file

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