🐛 Term view is missing a margin before content list
|
@ -1526,10 +1526,6 @@ select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.w-36 {
|
|
||||||
width: 9rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.w-24 {
|
.w-24 {
|
||||||
width: 6rem;
|
width: 6rem;
|
||||||
}
|
}
|
||||||
|
@ -1542,6 +1538,10 @@ select {
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.w-36 {
|
||||||
|
width: 9rem;
|
||||||
|
}
|
||||||
|
|
||||||
.min-w-0 {
|
.min-w-0 {
|
||||||
min-width: 0px;
|
min-width: 0px;
|
||||||
}
|
}
|
||||||
|
@ -1749,11 +1749,6 @@ select {
|
||||||
border-color: rgba(var(--color-neutral-300), var(--tw-border-opacity));
|
border-color: rgba(var(--color-neutral-300), var(--tw-border-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-neutral-400 {
|
|
||||||
--tw-border-opacity: 1;
|
|
||||||
border-color: rgba(var(--color-neutral-400), var(--tw-border-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
.border-neutral-200 {
|
.border-neutral-200 {
|
||||||
--tw-border-opacity: 1;
|
--tw-border-opacity: 1;
|
||||||
border-color: rgba(var(--color-neutral-200), var(--tw-border-opacity));
|
border-color: rgba(var(--color-neutral-200), var(--tw-border-opacity));
|
||||||
|
|
After Width: | Height: | Size: 311 KiB |
After Width: | Height: | Size: 466 KiB |
After Width: | Height: | Size: 364 KiB |
After Width: | Height: | Size: 453 KiB |
After Width: | Height: | Size: 332 KiB |
After Width: | Height: | Size: 501 KiB |
After Width: | Height: | Size: 221 KiB |
After Width: | Height: | Size: 326 KiB |
After Width: | Height: | Size: 251 KiB |
After Width: | Height: | Size: 366 KiB |
After Width: | Height: | Size: 284 KiB |
After Width: | Height: | Size: 426 KiB |
After Width: | Height: | Size: 328 KiB |
After Width: | Height: | Size: 497 KiB |
After Width: | Height: | Size: 216 KiB |
After Width: | Height: | Size: 309 KiB |
After Width: | Height: | Size: 300 KiB |
After Width: | Height: | Size: 454 KiB |
After Width: | Height: | Size: 294 KiB |
After Width: | Height: | Size: 459 KiB |
After Width: | Height: | Size: 328 KiB |
After Width: | Height: | Size: 519 KiB |
After Width: | Height: | Size: 422 KiB |
After Width: | Height: | Size: 613 KiB |
After Width: | Height: | Size: 234 KiB |
After Width: | Height: | Size: 342 KiB |
After Width: | Height: | Size: 213 KiB |
After Width: | Height: | Size: 317 KiB |
After Width: | Height: | Size: 370 KiB |
After Width: | Height: | Size: 543 KiB |
After Width: | Height: | Size: 230 KiB |
After Width: | Height: | Size: 67 KiB |
After Width: | Height: | Size: 190 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 230 KiB |
After Width: | Height: | Size: 67 KiB |
After Width: | Height: | Size: 190 KiB |
After Width: | Height: | Size: 74 KiB |
|
@ -23,7 +23,7 @@
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
{{ if .Content }}
|
{{ if .Content }}
|
||||||
<section class="flex flex-col max-w-full mt-0 prose dark:prose-invert lg:flex-row">
|
<section class="flex flex-col max-w-full mt-0 mb-5 prose dark:prose-invert lg:flex-row">
|
||||||
<div class="min-w-0 min-h-0 max-w-prose">
|
<div class="min-w-0 min-h-0 max-w-prose">
|
||||||
{{ .Content | emojify }}
|
{{ .Content | emojify }}
|
||||||
</div>
|
</div>
|
||||||
|
|