@delt/claude-alarm 0.6.16 → 0.6.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -445,7 +445,10 @@
|
|
|
445
445
|
transition: opacity 0.15s;
|
|
446
446
|
}
|
|
447
447
|
.notif-dismiss:hover { color: var(--red); }
|
|
448
|
-
.notif-item .notif-message { color: var(--text-dim); }
|
|
448
|
+
.notif-item .notif-message { color: var(--text-dim); overflow: hidden; word-break: break-word; }
|
|
449
|
+
.notif-item .notif-message h2, .notif-item .notif-message h3, .notif-item .notif-message h4 { font-size: 12px; margin: 2px 0; }
|
|
450
|
+
.notif-item .notif-message pre { font-size: 10px; padding: 4px 6px; max-height: 60px; overflow: hidden; }
|
|
451
|
+
.notif-item .notif-message code { font-size: 10px; }
|
|
449
452
|
.notif-item .notif-time { font-size: 11px; color: var(--text-dim); margin-top: 4px; }
|
|
450
453
|
.notif-header {
|
|
451
454
|
display: flex;
|
package/package.json
CHANGED
package/src/dashboard/index.html
CHANGED
|
@@ -445,7 +445,10 @@
|
|
|
445
445
|
transition: opacity 0.15s;
|
|
446
446
|
}
|
|
447
447
|
.notif-dismiss:hover { color: var(--red); }
|
|
448
|
-
.notif-item .notif-message { color: var(--text-dim); }
|
|
448
|
+
.notif-item .notif-message { color: var(--text-dim); overflow: hidden; word-break: break-word; }
|
|
449
|
+
.notif-item .notif-message h2, .notif-item .notif-message h3, .notif-item .notif-message h4 { font-size: 12px; margin: 2px 0; }
|
|
450
|
+
.notif-item .notif-message pre { font-size: 10px; padding: 4px 6px; max-height: 60px; overflow: hidden; }
|
|
451
|
+
.notif-item .notif-message code { font-size: 10px; }
|
|
449
452
|
.notif-item .notif-time { font-size: 11px; color: var(--text-dim); margin-top: 4px; }
|
|
450
453
|
.notif-header {
|
|
451
454
|
display: flex;
|