mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-22 15:02:18 +00:00
Merge branch 'main' into drafts
This commit is contained in:
commit
949effd149
1 changed files with 7 additions and 2 deletions
|
@ -173,16 +173,21 @@ ul.pagination li {
|
||||||
/* statuslol overrides */
|
/* statuslol overrides */
|
||||||
.statuslol {
|
.statuslol {
|
||||||
background: var(--inner-bg) !important;
|
background: var(--inner-bg) !important;
|
||||||
|
flex-direction:column
|
||||||
|
}
|
||||||
|
|
||||||
|
.statuslol_emoji_container {
|
||||||
|
font-size: 1.5em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.statuslol_content p,
|
.statuslol_content p,
|
||||||
.statuslol_content li,
|
.statuslol_content li,
|
||||||
.statuslol_content em,
|
.statuslol_content em,
|
||||||
.statuslol_content strong {
|
.statuslol_content strong {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: inherit;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
line-height:normal;
|
line-height:normal;
|
||||||
margin: 0.2em auto;
|
margin: 0.8em auto;
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue