Remove/replace rl-mobile where possible

This commit is contained in:
djmaze 2021-03-09 15:51:29 +01:00
parent 59565275b1
commit bc2f30434b
6 changed files with 22 additions and 52 deletions

View file

@ -80,10 +80,6 @@
background-color: #eee;
color: #333;
html.rl-mobile &{
overflow: auto;
}
.e-identity {
color: #333;
@ -107,14 +103,7 @@
.e-label {
text-align: right;
width: 1%;
min-width: 70px;
padding: 6px 10px;
html.rl-mobile &{
min-width: 50px;
padding: 6px 10px 6px 0;
}
}
.e-value {
@ -180,3 +169,9 @@
margin-right: 15px;
cursor: pointer;
}
@media screen and (max-width: 700px) {
.b-compose .b-header .e-label {
padding-left: 0;
}
}