Skip to content

Commit 36af775

Browse files
committed
Merge remote-tracking branch 'origin/main' into merge-main
2 parents ba3a23b + d95b56d commit 36af775

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

resources/css/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,11 @@ nav.docs-navigation li:has(.third-tier .exact-active) > .subsection-header {
270270
@apply rounded-none shadow-none;
271271
}
272272

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

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

resources/views/docs/mobile/3/contributing/_index.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

resources/views/docs/mobile/3/contributing/contributing.md renamed to resources/views/docs/mobile/3/getting-started/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Contributing
3-
order: 1
3+
order: 700
44
---
55

66
## Contributing

resources/views/plugin-show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class="shrink-0 self-stretch px-3 text-zinc-400 hover:text-zinc-200"
200200
})
201201
}
202202
"
203-
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"
203+
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"
204204
aria-labelledby="plugin-title"
205205
>
206206
@if ($plugin->readme_html)

0 commit comments

Comments
 (0)