From 28ac03c42fb82db5f1dad1f711cffdde0a0cce6c Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 4 Dec 2022 20:31:49 -0700 Subject: Fetch user in real-time for searches Fixes #84 --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/css') diff --git a/static/css/style.css b/static/css/style.css index 53b5271..b836f4f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -782,6 +782,10 @@ table.metadata td.name { margin-left: 32px; } +.post.user { + overflow: hidden; +} + .left-column .post { background: var(--color-bg-box); box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); -- cgit v1.2.3