mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
update settings UI
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
.setting {
|
.setting {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.setting textarea {
|
.setting textarea {
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
.setting {
|
.setting {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.setting button {
|
.setting button {
|
||||||
|
|||||||
@@ -12,10 +12,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.version a {
|
.version a {
|
||||||
color: inherit;
|
color: var(--post-link-text-color);
|
||||||
text-decoration: none;
|
text-decoration: var(--post-content-link-text-decoration);
|
||||||
}
|
}
|
||||||
|
|
||||||
.version a:hover {
|
.version a:hover {
|
||||||
text-decoration: underline;
|
color: var(--post-link-text-color-hover);
|
||||||
|
text-decoration: var(--post-content-link-text-decoration-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.interfaceSettings {
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user