mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
further tweaks to the status.lol embed
This commit is contained in:
parent
da71061409
commit
e8458029d7
1 changed files with 7 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue