improve setting design

This commit is contained in:
Tom (plebeius.eth)
2025-02-20 15:15:28 +01:00
parent 882703b00d
commit 7d067690fe
4 changed files with 24 additions and 10 deletions
@@ -1,6 +1,5 @@
.setting {
margin-left: 10px;
margin-bottom: 10px;
margin: 10px 10px 0 10px;
}
.blockedAddress {
@@ -18,6 +17,10 @@
text-decoration: var(--button-text-decoration);
}
.unblockButton {
float: right;
}
.button:hover {
color: var(--button-desktop-text-color-hover);
cursor: pointer;