Add session delete button

This commit is contained in:
Alexej Wolff
2026-02-11 21:12:58 +01:00
parent c1fe0eaeba
commit 1a3f9af9c3
2 changed files with 46 additions and 0 deletions
+15
View File
@@ -190,6 +190,21 @@
opacity: 1;
}
.session-delete-btn {
background: none;
border: none;
padding: 0.5rem;
margin-right: 0.5rem;
font-size: 0.85rem;
cursor: pointer;
opacity: 0.4;
transition: opacity 0.2s;
}
.session-delete-btn:hover {
opacity: 1;
}
.header-protagonist {
font-size: 0.8rem;
color: #666;