fix apply theme button without page refresh

This commit is contained in:
Denys Nykula 2023-05-01 20:54:18 +03:00
parent 1f943ce8a5
commit 2a76be56e7
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;