Revamp mobile including CSS flexbox for messageListItem

This commit is contained in:
djmaze 2021-02-15 15:20:22 +01:00
parent 6238b97f08
commit 10f9ce39d9
70 changed files with 479 additions and 821 deletions

View file

@ -14,8 +14,7 @@ html, body {
}
body {
background-color: var(--main-bg-color, #e3e3e3);
background-size: var(--main-bg-size);
background: var(--main-bg-color, #e3e3e3);
color: var(--main-color, #333);
-webkit-touch-callout: none;
@ -28,11 +27,13 @@ body {
}
/*
.rl-mobile / .no-mobile
.rl-mobile
*/
@media screen and (min-width: 1000px) {
body {
background-image: var(--main-bg-image);
background-size: var(--main-bg-size);
background-repeat: var(--main-bg-repeat);
}
}