summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorAndrew Godwin2022-12-04 20:31:49 -0700
committerAndrew Godwin2022-12-04 20:31:49 -0700
commit28ac03c42fb82db5f1dad1f711cffdde0a0cce6c (patch)
treefec3e964c306671afa7de6d1fdd1e28f00ab4fcf /static
parent6291fa0f5c4d30139c23c2e2f2a1daa49852c105 (diff)
downloadtakahe-28ac03c42fb82db5f1dad1f711cffdde0a0cce6c.tar.gz
takahe-28ac03c42fb82db5f1dad1f711cffdde0a0cce6c.tar.bz2
takahe-28ac03c42fb82db5f1dad1f711cffdde0a0cce6c.zip
Fetch user in real-time for searches
Fixes #84
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css4
1 files changed, 4 insertions, 0 deletions
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);