mirror of
https://gitee.com/butubb8/blowfish.git
synced 2025-12-05 14:17:50 +08:00
updated users list
This commit is contained in:
@@ -4496,6 +4496,10 @@ body:has(#menu-controller:checked) {
|
||||
|
||||
/* Custom */
|
||||
|
||||
.min-w-prose {
|
||||
min-width: 65ch;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
min-width: 300px;
|
||||
height: 180px;
|
||||
|
||||
@@ -339,6 +339,10 @@ body:has(#menu-controller:checked) {
|
||||
|
||||
/* Custom */
|
||||
|
||||
.min-w-prose {
|
||||
@apply min-w-[65ch];
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
min-width: 300px;
|
||||
height: 180px;
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user