Allow upload of video
This commit is contained in:
@@ -1520,6 +1520,22 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
|
||||
color: rgb(219 234 254 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.prose-ul\:ml-0 :is(:where(ul):not(:where([class~="not-prose"] *))) {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.prose-ul\:list-none :is(:where(ul):not(:where([class~="not-prose"] *))) {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.prose-ul\:pl-0 :is(:where(ul):not(:where([class~="not-prose"] *))) {
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.prose-li\:pl-0 :is(:where(li):not(:where([class~="not-prose"] *))) {
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.prose-img\:rounded :is(:where(img):not(:where([class~="not-prose"] *))) {
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user