Skip to content

Commit 7ca830f

Browse files
authored
[6.x] Collapse the assets fieldtype to its mobile layout at a higher breakpoint (#14212)
The assets fieldtype should now collapse to its mobile layout at a slightly higher breakpoint so it's more readable
1 parent a888375 commit 7ca830f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/fieldtypes/assets/AssetsFieldtype.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div
3030
v-if="!isReadOnly && showPicker"
3131
data-asset-picker
32-
class="not-[.link-fieldtype_&]:p-2 not-[.link-fieldtype_&]:border border-gray-300 dark:border-gray-700 dark:bg-gray-850 rounded-xl flex flex-col @2xs:flex-row items-center gap-2 sm:gap-3 gap-y-3"
32+
class="not-[.link-fieldtype_&]:p-2 not-[.link-fieldtype_&]:border border-gray-300 dark:border-gray-700 dark:bg-gray-850 rounded-xl flex flex-col @[22rem]:flex-row gap-2 sm:gap-3 gap-y-3"
3333
:class="{
3434
'rounded-b-none': expanded,
3535
'bard-drag-handle': isInBardField,

0 commit comments

Comments
 (0)