mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
simplfy message text styles
This commit is contained in:
parent
747e42f7cc
commit
9d6e32640e
1 changed files with 4 additions and 12 deletions
|
@ -178,18 +178,10 @@
|
|||
display: block;
|
||||
/* height: 15rem; */
|
||||
}
|
||||
|
||||
.message-text ul li:before {
|
||||
content: '» ';
|
||||
}
|
||||
|
||||
.message-text p {
|
||||
margin-bottom: 1.0em;
|
||||
}
|
||||
|
||||
.message-text li {
|
||||
margin: 0.3em;
|
||||
margin-bottom: 1.0em;
|
||||
.message-text ul li {
|
||||
list-style: disc;
|
||||
list-style-position: outside;
|
||||
margin-left: 1.5rem;
|
||||
}
|
||||
|
||||
/* MESSAGE TEXT CONTENT */
|
||||
|
|
Loading…
Reference in a new issue