Compare commits

...

2 Commits

Author SHA1 Message Date
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 1 additions and 4 deletions

View File

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

View File

@@ -109,9 +109,6 @@ a {
a.title-stacked-note-link { a.title-stacked-note-link {
display: block; display: block;
overflow: visible; overflow: visible;
&:hover {
cursor: pointer;
}
} }
.title-stacked-note ul, .title-stacked-note ul,