mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(settings): add blocked addresses setting
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
.setting {
|
||||
margin-left: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.blockedAddresses {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.blockedAddress {
|
||||
padding-top: 5px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.button {
|
||||
text-transform: capitalize;
|
||||
color: var(--button-desktop-text-color);
|
||||
text-decoration: var(--button-text-decoration);
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
color: var(--button-desktop-text-color-hover);
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user