mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
updated users list
This commit is contained in:
parent
1465b90757
commit
90f1711bf7
3 changed files with 9 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue