diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-11-11 00:27:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 00:27:41 +0000 |
commit | 5fb6eab9466bde2d863c2f2f91aa60481cbe0d14 (patch) | |
tree | 2fa335370e29665f6d1adecc13f2e9f74652b4e1 /data | |
parent | Merge pull request #956 from svenstaro/update-deps (diff) | |
parent | Refactoring (diff) | |
download | miniserve-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.scss | 6 |
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); } |