mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-23 14:13:21 +01:00
Increase line height for menu items
This commit is contained in:
parent
d54cb61872
commit
36f0e7a0c5
1 changed files with 1 additions and 1 deletions
|
@ -1874,7 +1874,7 @@ body > .szh-menu-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
line-height: 1.1;
|
line-height: 1.3;
|
||||||
padding: 8px 16px !important;
|
padding: 8px 16px !important;
|
||||||
/* transition: all 0.1s ease-in-out; */
|
/* transition: all 0.1s ease-in-out; */
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue