diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-12-15 09:00:23 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-12-15 09:00:23 +0100 |
| commit | aa7cb18b17dc169c0b1134bfa61fe3f7809c0f1f (patch) | |
| tree | 8d8fc28906d3d53790cf68250b613f0c27be42f8 /static/widgets/image/index.css | |
| parent | 7e340dacafb3b0758cc4641e4ab2630b04177bab (diff) | |
frontent: add date handling
Diffstat (limited to 'static/widgets/image/index.css')
| -rw-r--r-- | static/widgets/image/index.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/widgets/image/index.css b/static/widgets/image/index.css index a53bddc..f265644 100644 --- a/static/widgets/image/index.css +++ b/static/widgets/image/index.css @@ -94,3 +94,15 @@ cursor: pointer; user-select: none; } + +#date { + background: #efefef99; + padding: 10px; + font-weight: bold; + margin: auto; + width: min-content; + border-radius: var(--border-radius); + cursor: pointer; + user-select: none; + margin-bottom: 10px; +} |