diff options
author | Andrew Godwin | 2022-12-04 20:31:49 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-12-04 20:31:49 -0700 |
commit | 28ac03c42fb82db5f1dad1f711cffdde0a0cce6c (patch) | |
tree | fec3e964c306671afa7de6d1fdd1e28f00ab4fcf /static/css | |
parent | 6291fa0f5c4d30139c23c2e2f2a1daa49852c105 (diff) | |
download | takahe-28ac03c42fb82db5f1dad1f711cffdde0a0cce6c.tar.gz takahe-28ac03c42fb82db5f1dad1f711cffdde0a0cce6c.tar.bz2 takahe-28ac03c42fb82db5f1dad1f711cffdde0a0cce6c.zip |
Fetch user in real-time for searches
Fixes #84
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/style.css | 4 |
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); |