fix(stage-ui): add bottom padding to settings data and ripple-grid layouts (#1053)
This commit is contained in:
@@ -86,7 +86,7 @@ async function handleImport(event: Event) {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col gap-4">
|
<div class="flex flex-col gap-4 pb-4">
|
||||||
<div class="border-2 border-neutral-200/50 rounded-xl bg-white/70 p-4 shadow-sm dark:border-neutral-800/60 dark:bg-neutral-900/60">
|
<div class="border-2 border-neutral-200/50 rounded-xl bg-white/70 p-4 shadow-sm dark:border-neutral-800/60 dark:bg-neutral-900/60">
|
||||||
<div class="grid grid-cols-1 items-start gap-3 md:grid-cols-[minmax(0,1fr)_auto]">
|
<div class="grid grid-cols-1 items-start gap-3 md:grid-cols-[minmax(0,1fr)_auto]">
|
||||||
<div class="flex flex-col gap-1 md:max-w-[560px]">
|
<div class="flex flex-col gap-1 md:max-w-[560px]">
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ function handleItemClick(item: TItem, globalIndex: number) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="grid gap-4"
|
class="grid gap-4 pb-4"
|
||||||
:style="{
|
:style="{
|
||||||
gridTemplateColumns: `repeat(${currentCols}, minmax(0, 1fr))`,
|
gridTemplateColumns: `repeat(${currentCols}, minmax(0, 1fr))`,
|
||||||
}"
|
}"
|
||||||
|
|||||||
Reference in New Issue
Block a user