From 8bfb249fd0d4616943e6e9fd0723f8a5a84d0536 Mon Sep 17 00:00:00 2001 From: Charlie Date: Tue, 9 Jun 2026 13:57:27 +0200 Subject: [PATCH] fix: remove broken CSS emoji prefixes on date/duration --- app.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app.css b/app.css index 49bc5b1..469e4e6 100644 --- a/app.css +++ b/app.css @@ -356,21 +356,11 @@ textarea.inline-edit { align-items: center; gap: .35rem; } -.rich-date::before { - content: "\\1F4C5"; - font-size: .85em; - opacity: .6; -} .rich-duration { display: inline-flex; align-items: center; gap: .35rem; } -.rich-duration::before { - content: "\\23F1"; - font-size: .85em; - opacity: .6; -} .rich-list { list-style: none; padding: 0;