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;
|
list-style-type: disc;
|
||||||
padding-left: 1.25rem;
|
padding-left: 1.25rem;
|
||||||
}
|
}
|
||||||
.comment-text > ol, .post-text > ol, .prose > ul {
|
.comment-text > ol, .post-text > ol, .prose > ol {
|
||||||
list-style-type: decimal;
|
list-style-type: decimal;
|
||||||
padding-left: 1.25rem;
|
padding-left: 1.25rem;
|
||||||
}
|
}
|
||||||
|
@ -1325,9 +1325,6 @@ video {
|
||||||
.list-none {
|
.list-none {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
.list-disc {
|
|
||||||
list-style-type: disc;
|
|
||||||
}
|
|
||||||
.appearance-none {
|
.appearance-none {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
|
|
|
@ -350,7 +350,7 @@
|
||||||
.comment-text > ul, .post-text > ul, .prose > ul {
|
.comment-text > ul, .post-text > ul, .prose > ul {
|
||||||
@apply list-disc pl-5
|
@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
|
@apply list-decimal pl-5
|
||||||
}
|
}
|
||||||
strong {
|
strong {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue