mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03: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 {
|
#rl-app .iconcolor-green {
|
||||||
|
|
@ -90,6 +90,14 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
|
||||||
color: var(--color-error) !important;
|
color: var(--color-error) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rl-app i.fontastic {
|
||||||
|
line-height: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
#rl-app [data-icon]::before {
|
||||||
|
vertical-align: -10%;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* side panel
|
* side panel
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue