aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-11-11 00:27:41 +0000
committerGitHub <noreply@github.com>2022-11-11 00:27:41 +0000
commit5fb6eab9466bde2d863c2f2f91aa60481cbe0d14 (patch)
tree2fa335370e29665f6d1adecc13f2e9f74652b4e1 /data
parentMerge pull request #956 from svenstaro/update-deps (diff)
parentRefactoring (diff)
downloadminiserve-5fb6eab9466bde2d863c2f2f91aa60481cbe0d14.tar.gz
miniserve-5fb6eab9466bde2d863c2f2f91aa60481cbe0d14.zip
Merge pull request #949 from IvkinStanislav/issue-440
Change DateTime format
Diffstat (limited to 'data')
-rw-r--r--data/style.scss6
1 files changed, 1 insertions, 5 deletions
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);
}