summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-04-02 14:55:28 +0300
committerJan Tuomi <jan@jantuomi.fi>2024-04-02 14:55:28 +0300
commit72ab6099d2f841d59ed942da61331b83961c1b5c (patch)
tree8809756fd91d6d97e381f8d1e1192f248d59ce9a /static
parent1ce2f74f5c8eb048ebd8099a067e38045c616c0f (diff)
Make h-card image loading lazy, fix dark mode button padding
Diffstat (limited to 'static')
-rw-r--r--static/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index a5d3e72..7c385c6 100644
--- a/static/style.css
+++ b/static/style.css
@@ -109,6 +109,8 @@ blockquote {
background: none;
font-size: 30px;
cursor: pointer;
+ padding: 0;
+ margin: 0;
}
.header-row {