fix
This commit is contained in:
parent
c684b2dad8
commit
2e0f05d07c
2 changed files with 2 additions and 5 deletions
5
files/static/dist/main.css
vendored
5
files/static/dist/main.css
vendored
|
@ -678,7 +678,7 @@ video {
|
|||
list-style-type: disc;
|
||||
padding-left: 1.25rem;
|
||||
}
|
||||
.comment-text > ol, .post-text > ol, .prose > ul {
|
||||
.comment-text > ol, .post-text > ol, .prose > ol {
|
||||
list-style-type: decimal;
|
||||
padding-left: 1.25rem;
|
||||
}
|
||||
|
@ -1325,9 +1325,6 @@ video {
|
|||
.list-none {
|
||||
list-style-type: none;
|
||||
}
|
||||
.list-disc {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.appearance-none {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
|
|
|
@ -350,7 +350,7 @@
|
|||
.comment-text > ul, .post-text > ul, .prose > ul {
|
||||
@apply list-disc pl-5
|
||||
}
|
||||
.comment-text > ol, .post-text > ol, .prose > ul {
|
||||
.comment-text > ol, .post-text > ol, .prose > ol {
|
||||
@apply list-decimal pl-5
|
||||
}
|
||||
strong {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue