Merge pull request #851 from nunocoracao/834-video-size-rendering-issue

🎨 Add min-w-prose to single content block
This commit is contained in:
Nuno Coração 2023-07-29 13:36:08 +01:00 committed by GitHub
commit 02b9f1b27b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View file

@ -4496,6 +4496,10 @@ body:has(#menu-controller:checked) {
/* Custom */
.min-w-prose {
min-width: 65ch;
}
.thumbnail {
min-width: 300px;
height: 180px;

View file

@ -339,6 +339,10 @@ body:has(#menu-controller:checked) {
/* Custom */
.min-w-prose {
@apply min-w-[65ch];
}
.thumbnail {
min-width: 300px;
height: 180px;

View file

@ -77,7 +77,7 @@
{{ partial "series.html" . }}
<div class="max-w-prose mb-20">
<div class="max-w-prose min-w-prose mb-20">
{{ .Content | emojify }}
</div>