mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Increase message list font size on large screen resolution (close #93)
This commit is contained in:
parent
c99349fc03
commit
b1a0ae7847
9 changed files with 30 additions and 15 deletions
|
|
@ -488,6 +488,15 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
}
|
||||
|
||||
html.ssm-state-desktop-large {
|
||||
.messageList .b-content .messageListItem {
|
||||
font-size: 13px;
|
||||
.dateParent {
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.draggablePlace {
|
||||
z-index: 10002;
|
||||
color: #fff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue