CSS fixes

FossilOrigin-Name: 9bd8d5fa715fcb2de3f56e9c8ed970971cfa7916b6780dcd05c2142e73f55ab8
This commit is contained in:
nekobit 2022-06-14 15:27:37 +00:00
parent 4708687be2
commit 7a64a6dc7f
2 changed files with 8 additions and 5 deletions

7
dist/treebird20.css vendored
View file

@ -1115,7 +1115,7 @@ p}
display: inline-block;
white-space: nowrap;
text-overflow: ellipsis;
padding: 6px 6px 8px;
padding: 7px 6px 3px;
overflow: hidden;
max-width: 420px !important;
color: #fff;
@ -1300,7 +1300,10 @@ p}
.status-content .emoji,
.notification-content .emoji,
.username .emoji,
.custom-emoji-react
.custom-emoji-react,
.account-info .emoji,
.poll .emoji,
.acct-displayname .emoji
{
font-family: monospace;
display: inline;

View file

@ -347,9 +347,9 @@ size_t construct_account_page(struct session* ssn,
* menubar = NULL,
* display_name = NULL;
emojify(page->display_name,
page->account->emojis,
page->account->emojis_len);
display_name = emojify(page->display_name,
page->account->emojis,
page->account->emojis_len);
// Check if note is not empty
if (page->note && strcmp(page->note, "") != 0)