mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Make layout fully responsive using matchMedia('(max-width: 799px)')
This commit is contained in:
parent
1dbd9bda0c
commit
e1833ae032
64 changed files with 239 additions and 434 deletions
|
|
@ -2,11 +2,16 @@
|
|||
@rlLeftWidth: 200px;
|
||||
@rlLowMargin: 8px;
|
||||
|
||||
/* mobile and tablet */
|
||||
@maxMobileWidth: 799px;
|
||||
|
||||
:root {
|
||||
--smDialogShrink: 20px;
|
||||
--smMainShadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.rl-mobile {
|
||||
/* For Firefox */
|
||||
--smDialogShrink: 25px;
|
||||
/* For Firefox */
|
||||
@media screen and (max-width: @maxMobileWidth) {
|
||||
:root {
|
||||
--smDialogShrink: 25px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue