feat: add floating button to give feedback

This commit is contained in:
2025-04-18 00:39:24 +02:00
parent d309ea2b46
commit 1606c7dcf1
4 changed files with 15 additions and 2 deletions

View File

@@ -161,4 +161,13 @@ Reused from Notfellchen
justify-content: space-between;
font-size: 0.9rem;
margin-top: 0.25rem;
}
// FLOATING BUTTON
.floating {
position: fixed;
border-radius: 0.3rem;
bottom: 4.5rem;
right: 1rem;
}