UI style fixes

This commit is contained in:
Dobromir Popov
2024-04-24 13:53:50 +03:00
parent 822b22b995
commit 84bf0d001e
5 changed files with 63 additions and 45 deletions

View File

@ -267,3 +267,10 @@ iframe {
text-align: left;
}
}
.rbc-toolbar {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center; /* Optional: center buttons in the group */
}