Skip to content

Commit

Permalink
Fix last message in pm reply
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
  • Loading branch information
DiegoAndresCortes committed Jun 7, 2023
1 parent d940dff commit 2e2a27e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/custom/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ hr {
box-shadow: 0 1px 0 var(--header-border-color) inset;
background: var(--titlebg-bg);
}
strong, b {
font-weight: 900;
}

/* Wrappers */
#top_section .inner_wrap, #wrapper,
Expand Down Expand Up @@ -2448,4 +2451,8 @@ div#settingtype-information[aria-hidden="false"]~input[type="submit"] {
}
.st-theme-information .block:hover .details {
background: var(--windowbg-bg-hover);
}

#personal_messages #postmodify ~ div.windowbg {
padding: 15px;
}

0 comments on commit 2e2a27e

Please sign in to comment.