aboutsummaryrefslogtreecommitdiffstats
path: root/data/style.scss
diff options
context:
space:
mode:
authors.ivkin <109stas@gmail.com>2022-10-23 15:49:28 +0000
committers.ivkin <109stas@gmail.com>2022-10-23 15:49:28 +0000
commit3e81c0835f0358fab788300b53f605b1ba63641d (patch)
tree06226517457c2b3f58e75325f9fb183ae36658b9 /data/style.scss
parentMerge pull request #940 from svenstaro/dependabot/cargo/clap_complete-4.0.3 (diff)
downloadminiserve-3e81c0835f0358fab788300b53f605b1ba63641d.tar.gz
miniserve-3e81c0835f0358fab788300b53f605b1ba63641d.zip
Change DateTime format
Diffstat (limited to '')
-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);
}