mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 21:55:30 +02:00
🐛 Fixes allignment for theme buttons #1042
This commit is contained in:
parent
c1f4271aa9
commit
be1775d3ad
@ -319,6 +319,10 @@ div.action-buttons {
|
|||||||
min-width: 6rem;
|
min-width: 6rem;
|
||||||
padding: 0.25rem 0.5rem;
|
padding: 0.25rem 0.5rem;
|
||||||
margin: 1rem 0.5rem 0.5rem;
|
margin: 1rem 0.5rem 0.5rem;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user