Merge pull request 'fix apply theme button without page refresh' (#309) from denys/akkoma-fe:fix-apply-theme into develop

Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/309
This commit is contained in:
floatingghost 2023-05-23 11:37:24 +00:00
commit 9e4985e225
2 changed files with 15 additions and 7 deletions

View file

@ -89,6 +89,10 @@
margin: 1em 1em 0;
}
.presets {
text-align: center;
}
.tab-header {
display: flex;
justify-content: space-between;