fix(inbox): show parent buttons were clickable outside of their space

This commit is contained in:
plebeius.eth
2024-03-06 10:57:04 +01:00
parent ff9d1fe63a
commit 13b7b94a53

View File

@@ -270,6 +270,7 @@
cursor: pointer;
font-weight: 700;
color: var(--text-primary);
display: inline-block
}
.addMargin {
@@ -322,6 +323,7 @@
font-size: 13px;
color: var(--text-primary);
cursor: pointer;
display: inline-block
}
@media (max-width: 768px) {