give layer and filter control some more padding

This commit is contained in:
Anton Tranelis 2024-07-29 21:46:36 +02:00
parent d216dac810
commit 7d2cc19eec
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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">