mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
All CSS font-size to % instead of px
This commit is contained in:
parent
c1c851c238
commit
c3f7827683
21 changed files with 52 additions and 52 deletions
|
|
@ -137,7 +137,7 @@ html.rl-left-panel-disabled {
|
|||
a {
|
||||
opacity: 0.5;
|
||||
text-decoration: none;
|
||||
font-size: 22px;
|
||||
font-size: 157%;
|
||||
padding: 0 3px;
|
||||
cursor: pointer;
|
||||
|
||||
|
|
@ -147,7 +147,7 @@ html.rl-left-panel-disabled {
|
|||
|
||||
&.current {
|
||||
opacity: 1;
|
||||
font-size: 25px;
|
||||
font-size: 179%;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue