diff options
author | Andrew Godwin | 2022-11-24 15:17:32 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-24 15:17:32 -0700 |
commit | ec634f2ad382f659eedae884154d0db9a2a006b2 (patch) | |
tree | 2a33846e24ab6669e27d3e54b81127a720157479 /static | |
parent | 4c00e11d63c082b57c1aec8f7c3e58820b56674a (diff) | |
download | takahe-ec634f2ad382f659eedae884154d0db9a2a006b2.tar.gz takahe-ec634f2ad382f659eedae884154d0db9a2a006b2.tar.bz2 takahe-ec634f2ad382f659eedae884154d0db9a2a006b2.zip |
Initial reply-to feature
Diffstat (limited to 'static')
-rw-r--r-- | static/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css index 5c966a7..642057f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -714,11 +714,11 @@ h1.identity small { display: block; float: right; color: var(--color-text-duller); - width: 60px; + width: 65px; text-align: center; background-color: var(--color-bg-main); border-radius: 3px; - padding: 3px 5px; + padding: 3px 3px; } .post time i { |