Merge branch 'master' into ios-disable-zoom

This commit is contained in:
Jose Olarte III
2025-10-08 18:03:27 +08:00
74 changed files with 2311 additions and 773 deletions

View File

@@ -40,4 +40,24 @@
.dialog {
@apply bg-white p-4 rounded-lg w-full max-w-lg;
}
/* Markdown content styling to restore list elements */
.markdown-content ul {
@apply list-disc list-inside ml-4;
}
.markdown-content ol {
@apply list-decimal list-inside ml-4;
}
.markdown-content li {
@apply mb-1;
}
.markdown-content ul ul,
.markdown-content ol ol,
.markdown-content ul ol,
.markdown-content ol ul {
@apply ml-4 mt-1;
}
}