mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
fix markdown ui
This commit is contained in:
@@ -155,12 +155,23 @@ function renderMarkdown(value: string) {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul,
|
ul {
|
||||||
ol {
|
list-style-type: disc;
|
||||||
margin-block-end: 0.5rem;
|
margin-block-end: 0.5rem;
|
||||||
padding-inline-start: 1.5rem;
|
padding-inline-start: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol {
|
||||||
|
list-style-type: decimal;
|
||||||
|
margin-block-end: 0.5rem;
|
||||||
|
padding-inline-start: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
display: list-item;
|
||||||
|
margin-block-end: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: rgba(var(--v-border-color), 0.1);
|
background-color: rgba(var(--v-border-color), 0.1);
|
||||||
|
|||||||
Reference in New Issue
Block a user