1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-06-10 15:13:07 -04:00

less hacky fix for spacing + new variable

This commit is contained in:
arctic 2023-01-13 22:46:26 -08:00
parent dbc19f0367
commit f04160f5df
3 changed files with 7 additions and 9 deletions

View file

@ -322,7 +322,7 @@ a.icon-button > img {
color: var(--text-primary);
justify-content: center;
align-content: center;
column-gap: 4px;
column-gap: var(--ptd-button-spacing);
text-decoration: none;
height: 36px;
line-height: 32px;