Implement note delete

This commit is contained in:
2026-01-23 12:31:00 +00:00
parent 211dbb72e0
commit 4a485255b0
2 changed files with 31 additions and 5 deletions

View File

@@ -130,6 +130,13 @@ body {
padding-inline: 0 !important;
}
.listItem:hover {
.listItem-delete {
transition: opacity .25s ease-out;
opacity: 100%;
}
}
@layer base {
* {
@apply border-border outline-ring/50;