mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(settings): add expand all button
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user