Skip to content

Commit 0e3ec3a

Browse files
signature and pm preview fixes
Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
1 parent d31d0be commit 0e3ec3a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css/custom/app.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2631,11 +2631,15 @@ ul.likes_block > li:last-child {
26312631
margin-inline: 5px;
26322632
}
26332633

2634-
#personal_messages #postmodify ~ div.windowbg {
2634+
#personal_messages #postmodify ~ div.windowbg,
2635+
#personal_messages #preview_body {
26352636
padding: 15px;
26362637
}
26372638

26382639
.activity_stats li span {
26392640
background: var(--roundframe-bg);
26402641
border-color: var(--catbg-bg);
2642+
}
2643+
.signature {
2644+
word-break: break-all;
26412645
}

0 commit comments

Comments
 (0)