Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,11 @@ nav.docs-navigation li:has(.third-tier .exact-active) > .subsection-header {
@apply rounded-none shadow-none;
}

.prose p:has(img) {
.prose-gallery p:has(img) {
@apply grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-3;
}

.prose p:has(img) img {
.prose-gallery p:has(img) img {
@apply inline-block max-w-full rounded-none shadow-none;
}

Expand Down
4 changes: 0 additions & 4 deletions resources/views/docs/mobile/3/contributing/_index.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Contributing
order: 1
order: 700
---

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion resources/views/plugin-show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class="shrink-0 self-stretch px-3 text-zinc-400 hover:text-zinc-200"
})
}
"
class="prose min-w-0 max-w-none grow text-gray-600 prose-headings:scroll-mt-20 dark:text-gray-400 dark:prose-headings:text-white"
class="prose prose-gallery min-w-0 max-w-none grow text-gray-600 prose-headings:scroll-mt-20 dark:text-gray-400 dark:prose-headings:text-white"
aria-labelledby="plugin-title"
>
@if ($plugin->readme_html)
Expand Down
Loading