Skip to content

Commit

Permalink
fix(ui): slider overflow issue
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Oct 1, 2024
1 parent a98104b commit af9decf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function onFileChange(e: Event) {

<template>
<div>
<div flex flex-row gap-2 px-6 py-2>
<div flex="~ col sm:row" gap-2 px="4 sm:6" py-2>
<input type="file" @change="onFileChange">
<div w-full inline-flex flex-row items-center>
<span min-w-40>
Expand Down

0 comments on commit af9decf

Please sign in to comment.