mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-13 03:54:58 +01:00
🐛 Fixes allignment for theme buttons #1042
This commit is contained in:
parent
c1f4271aa9
commit
be1775d3ad
1 changed files with 4 additions and 0 deletions
|
|
@ -319,6 +319,10 @@ div.action-buttons {
|
|||
min-width: 6rem;
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin: 1rem 0.5rem 0.5rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue