spacing on mobile landscape (#11397)

This commit is contained in:
Josh Hawkins
2024-05-16 11:51:57 -05:00
committed by GitHub
parent 525de1a467
commit dd0dee620a
6 changed files with 30 additions and 9 deletions

View File

@@ -77,7 +77,7 @@ function Exports() {
const [selected, setSelected] = useState<Export>();
return (
<div className="flex size-full flex-col gap-2 overflow-hidden p-2">
<div className="flex size-full flex-col gap-2 overflow-hidden px-1 pt-2 md:p-2">
<AlertDialog
open={deleteClip != undefined}
onOpenChange={() => setDeleteClip(undefined)}