mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
fix: Imperfectly aligned icons
This commit is contained in:
parent
a57ead9f7c
commit
4823036995
1 changed files with 9 additions and 1 deletions
|
@ -79,7 +79,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
|
|||
}
|
||||
|
||||
/*
|
||||
* icon colors
|
||||
* icons
|
||||
*/
|
||||
|
||||
#rl-app .iconcolor-green {
|
||||
|
@ -90,6 +90,14 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
|
|||
color: var(--color-error) !important;
|
||||
}
|
||||
|
||||
#rl-app i.fontastic {
|
||||
line-height: unset;
|
||||
}
|
||||
|
||||
#rl-app [data-icon]::before {
|
||||
vertical-align: -10%;
|
||||
}
|
||||
|
||||
/*
|
||||
* side panel
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue