More work on settings panel

This commit is contained in:
nizune
2021-08-02 16:21:16 +02:00
parent f465a8d81f
commit 2f563ef726
3 changed files with 35 additions and 38 deletions

View File

@@ -141,12 +141,14 @@
.themes {
gap: 8px;
display: flex;
width: 100%;
img {
cursor: pointer;
border-radius: var(--border-radius);
transition: border 0.3s;
border: 3px solid transparent;
width: 100%;
&[data-active="true"] {
cursor: default;