From 3e81c0835f0358fab788300b53f605b1ba63641d Mon Sep 17 00:00:00 2001 From: "s.ivkin" <109stas@gmail.com> Date: Sun, 23 Oct 2022 18:49:28 +0300 Subject: Change DateTime format --- data/style.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'data/style.scss') diff --git a/data/style.scss b/data/style.scss index fb76a9a..c172ae8 100644 --- a/data/style.scss +++ b/data/style.scss @@ -267,7 +267,7 @@ table thead th.size { } table thead th.date { - width: 15em; + width: 21em; } table tbody tr:nth-child(odd) { @@ -295,10 +295,6 @@ td.date-cell { justify-content: space-between; } -.at { - color: var(--at_color); -} - .history { color: var(--date_text_color); } -- cgit v1.2.3