option for users to delete their own comments

This commit is contained in:
2026-05-24 10:05:40 +02:00
parent 375e1a85d4
commit bb4125601f
8 changed files with 96 additions and 29 deletions

View File

@@ -2261,7 +2261,8 @@ body.layout-modern .item-sidebar-left .tag-controls {
.admin-pin-btn,
.admin-edit-btn,
.admin-delete-btn {
.admin-delete-btn,
.delete-btn {
background: none;
border: none;
padding: 0;
@@ -2271,7 +2272,8 @@ body.layout-modern .item-sidebar-left .tag-controls {
text-decoration: underline;
}
.admin-delete-btn:hover {
.admin-delete-btn:hover,
.delete-btn:hover {
color: #ff4444;
}
@@ -2799,7 +2801,8 @@ body.layout-legacy .scroll-to-bottom svg {
}
.admin-delete-btn:hover {
.admin-delete-btn:hover,
.delete-btn:hover {
color: #ff4444 !important;
}