mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
remove padding from sidebar visualizer
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
}
|
||||
|
||||
.container .settings-icon {
|
||||
z-index: 100;
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
@@ -229,9 +229,9 @@ export const Visualizer = () => {
|
||||
iconProps={{ size: 'lg' }}
|
||||
onClick={openVisualizerSettingsModal}
|
||||
pos="absolute"
|
||||
right={0}
|
||||
top={0}
|
||||
variant="transparent"
|
||||
right="var(--theme-spacing-sm)"
|
||||
top="var(--theme-spacing-sm)"
|
||||
variant="subtle"
|
||||
/>
|
||||
<ComponentErrorBoundary>
|
||||
<VisualizerInner />
|
||||
|
||||
Reference in New Issue
Block a user