Style tweaks

This commit is contained in:
Fabio Manganiello 2023-01-03 23:11:39 +01:00
parent 71ed545cc7
commit 81fee3ea2a
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
2 changed files with 5 additions and 0 deletions

View File

@ -115,6 +115,8 @@ export default {
.body {
.row {
display: flex;
align-items: center;
padding: 0.5em;
.icon {
width: 2em;

View File

@ -210,9 +210,12 @@ export default {
.body {
.row {
display: flex;
align-items: center;
padding: 0.5em;
.icon {
width: 2em;
margin-left: -0.5em;
text-align: center;
}