Merge pull request #857 from nunocoracao/856-mobile-bug-in-articles

🐛 Mobile bug in articles
This commit is contained in:
Nuno Coração 2023-07-29 22:17:07 +01:00 committed by GitHub
commit 585f28e293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 9 deletions

View file

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

View file

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

View file

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