mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
fix: Center message subject
This commit is contained in:
parent
c7991c91b7
commit
4ead42aea2
1 changed files with 5 additions and 0 deletions
|
|
@ -853,6 +853,11 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
margin: 5px;
|
||||
}
|
||||
|
||||
#rl-app .messageView .messageItemHeader .subject {
|
||||
line-height: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
#rl-app .messageView .openpgp-control.encrypted,
|
||||
#rl-app .messageView .openpgp-control.signed {
|
||||
border-radius: var(--border-radius);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue