Display full user handles
This commit is contained in:
parent
e28dbd8426
commit
4f05417e94
2 changed files with 2 additions and 2 deletions
|
|
@ -246,7 +246,7 @@
|
|||
|
||||
section.posts .post .metadata {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-template-columns: 1fr auto;
|
||||
}
|
||||
|
||||
section.posts .post .metadata .post-info {
|
||||
|
|
|
|||
|
|
@ -342,7 +342,7 @@
|
|||
[:pre @pprinted]])))
|
||||
|
||||
(defn user [{:keys [user]}]
|
||||
[:em (:username user)])
|
||||
[:span.user-name (:display_name user) [:em.user-acct " @" (:acct user)]])
|
||||
|
||||
(defn- list-accounts [accounts]
|
||||
[:<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue