Reduce some HTML elements

This commit is contained in:
the-djmaze 2022-06-27 21:09:17 +02:00
parent 6800c76e40
commit a725f20034
2 changed files with 11 additions and 18 deletions

View file

@ -211,9 +211,11 @@ html:not(rl-mobile) {
border-left-color: #ccc;
}
.importantMark {
color:red;
margin-right:5px
.priorityHigh::before {
content: '!'; /*❗*/
color: red;
font-weight: bolder;
margin-right: 5px;
}
&.deleted {
@ -269,7 +271,7 @@ html:not(rl-mobile) {
opacity: 0.5;
}
.threads-len span {
.threads-len {
border-radius: 6px;
border: 1px solid #ccc;
font-size: 11px;
@ -280,6 +282,9 @@ html:not(rl-mobile) {
border-color: #666;
}
}
.threads-len::after {
content: ' ';
}
.replyFlag, .forwardFlag {
margin-right: 0.25em;
@ -322,10 +327,6 @@ html:not(rl-mobile) {
border-bottom-color: rgba(57, 140, 242, 0.2);
border-left-color: #398CF2;
z-index: 101;
+ .messageListItem {
border-bottom-color: rgba(57, 140, 242, 0.3);
}
}
.flagParent {