From 80ae544a28f952bda667580581118544361bf02c Mon Sep 17 00:00:00 2001
From: Julien Calixte
Date: Thu, 14 May 2026 01:10:38 +0200
Subject: [PATCH 1/6] style(notes): drop hover cursor on rotated stacked-note
header
---
src/styles/app.css | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/styles/app.css b/src/styles/app.css
index 1ca6486..887e86d 100644
--- a/src/styles/app.css
+++ b/src/styles/app.css
@@ -109,9 +109,6 @@ a {
a.title-stacked-note-link {
display: block;
overflow: visible;
- &:hover {
- cursor: pointer;
- }
}
.title-stacked-note ul,
From 2f715660834bd550d34234c4943bc842596e6f5f Mon Sep 17 00:00:00 2001
From: Julien Calixte
Date: Thu, 14 May 2026 01:10:40 +0200
Subject: [PATCH 2/6] style(modal): keep conflict modal actions stacked on all
sizes
---
src/components/NoteConflictModal.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/NoteConflictModal.vue b/src/components/NoteConflictModal.vue
index 21c0bf0..628e85f 100644
--- a/src/components/NoteConflictModal.vue
+++ b/src/components/NoteConflictModal.vue
@@ -51,7 +51,7 @@ onMounted(() => {
started editing. If you save now, their changes will be overwritten.
-
+
@@ -783,8 +819,10 @@ main {
position: absolute;
bottom: 0.55rem;
right: 0.7rem;
- font-size: 0.85rem;
- opacity: 0.7;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ opacity: 0.75;
user-select: none;
}
@@ -959,8 +997,10 @@ main {
.row-lock {
flex-shrink: 0;
- font-size: 0.85rem;
- opacity: 0.65;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ color: var(--hw-ink-faint);
user-select: none;
}