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

@ -125,7 +125,6 @@ html.rl-no-preview-pane {
.messageItemHeader {
position: absolute;
padding: 10px;
background-color: #f8f8f8;
border-top: 0;
@ -133,12 +132,6 @@ html.rl-no-preview-pane {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
z-index: 1;
top: 0;
left: 0;
right: 0;
.date {
}
.subjectParent {
font-size: 18px;
@ -157,9 +150,7 @@ html.rl-no-preview-pane {
}
.informationShort {
margin: 4px 0;
margin-left: 5px;
margin-right: 50px;
margin: 4px 50px 0 5px;
a {
.g-ui-link;