aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/TaskBox.scss
diff options
context:
space:
mode:
authorSkitty1238 <157652284+Skitty1238@users.noreply.github.com>2025-06-06 12:04:59 -0400
committerSkitty1238 <157652284+Skitty1238@users.noreply.github.com>2025-06-06 12:04:59 -0400
commit8c4734a1220fa58a2d8ffdce802568759002604a (patch)
tree1e331e250821ab67d8302398ad7c91335a129b0f /src/client/views/nodes/TaskBox.scss
parentadeb3a05a28cc69795f29f92b049b00e11fe1e46 (diff)
fixed task node styling, and added intermediary syncing... state to sync button
Diffstat (limited to 'src/client/views/nodes/TaskBox.scss')
-rw-r--r--src/client/views/nodes/TaskBox.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/nodes/TaskBox.scss b/src/client/views/nodes/TaskBox.scss
index 071fe1f7c..e129e75d1 100644
--- a/src/client/views/nodes/TaskBox.scss
+++ b/src/client/views/nodes/TaskBox.scss
@@ -82,6 +82,8 @@ input[type='datetime-local'] {
}
.task-manager-google {
+ align-self: flex-start;
+ width: auto;
font-size: 0.85rem;
padding: 6px 12px;
border-radius: 6px;
@@ -105,3 +107,11 @@ input[type='datetime-local'] {
pointer-events: none;
}
}
+
+.task-box-blur-wrapper {
+ width: 100%;
+ height: 100%;
+ display: flex;
+ flex-direction: column;
+ min-width: 0;
+}