Compare commits

3 Commits

Author SHA1 Message Date
Julien Calixte
f2f2a3114b style: no more underline for header tag 2026-05-14 01:22:46 +02:00
Julien Calixte
2f71566083 style(modal): keep conflict modal actions stacked on all sizes 2026-05-14 01:10:40 +02:00
Julien Calixte
80ae544a28 style(notes): drop hover cursor on rotated stacked-note header 2026-05-14 01:10:38 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ onMounted(() => {
started editing. If you save now, their changes will be overwritten.
</p>
<div class="modal-action flex-col gap-2 sm:flex-row sm:justify-end">
<div class="modal-action flex-col gap-2">
<button
type="button"
class="btn btn-ghost"

View File

@@ -111,6 +111,7 @@ a.title-stacked-note-link {
overflow: visible;
&:hover {
cursor: pointer;
text-decoration: none;
}
}