feat(settings): add expand all button

This commit is contained in:
plebeius.eth
2024-05-16 22:00:22 +02:00
parent 5080dee121
commit 91d2a5ae01
2 changed files with 25 additions and 1 deletions
@@ -89,6 +89,19 @@
background-image: var(--settings-modal-close-button-background-image);
}
.expandAllSettings {
text-align: center;
}
.expandAllSettings span {
color: var(--button-desktop-text-color);
}
.expandAllSettings span:hover {
color: var(--button-desktop-text-color-hover);
cursor: pointer;
}
.languageSettings {
display: inline-block;
}