mirror of https://github.com/Lissy93/dashy.git
🐛 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…
Reference in New Issue