further tweaks to the status.lol embed

This commit is contained in:
John Bowdre 2023-12-29 08:49:53 -06:00
parent da71061409
commit e8458029d7

View file

@ -173,16 +173,21 @@ ul.pagination li {
/* statuslol overrides */
.statuslol {
background: var(--inner-bg) !important;
flex-direction:column
}
.statuslol_emoji_container {
font-size: 1.5em !important;
}
.statuslol_content p,
.statuslol_content li,
.statuslol_content em,
.statuslol_content strong {
overflow-wrap: break-word;
overflow-wrap: inherit;
font-size: 0.8em;
line-height:normal;
margin: 0.2em auto;
margin: 0.8em auto;
color: var(--fg);
}