mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-02-06 09:55:47 +00:00
give layer and filter control some more padding
This commit is contained in:
parent
d216dac810
commit
7d2cc19eec
@ -23,7 +23,7 @@ export function FilterControl() {
|
||||
const visibleGroupTypes = useVisibleGroupType();
|
||||
|
||||
return (
|
||||
<div className="tw-card tw-bg-base-100 tw-shadow-xl tw-mt-2 tw-w-fit">
|
||||
<div className="tw-card tw-bg-base-100 tw-shadow-xl tw-mt-2 tw-w-fit tw-pr-4">
|
||||
{
|
||||
open ?
|
||||
<div className="tw-card-body tw-p-2 tw-w-fit tw-transition-all tw-duration-300">
|
||||
|
||||
@ -17,7 +17,7 @@ export function LayerControl() {
|
||||
const addVisibleLayer = useAddVisibleLayer();
|
||||
|
||||
return (
|
||||
<div className="tw-card tw-bg-base-100 tw-shadow-xl tw-mt-2 tw-w-fit">
|
||||
<div className="tw-card tw-bg-base-100 tw-shadow-xl tw-mt-2 tw-w-fit tw-pr-4">
|
||||
{
|
||||
open ?
|
||||
<div className="tw-card-body tw-p-2 tw-w-36 tw-transition-all tw-duration-300">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user