aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-14 15:47:19 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-14 15:47:19 +0100
commitf8db6d58c6af47930d8f1e1538a356db4b3180ae (patch)
tree1863cf9601824da6b68bf97b55023bf2f07343cd /src
parentReset updateWorkspaceRequest before re-save attempt (diff)
downloadferdium-app-f8db6d58c6af47930d8f1e1538a356db4b3180ae.tar.gz
ferdium-app-f8db6d58c6af47930d8f1e1538a356db4b3180ae.tar.zst
ferdium-app-f8db6d58c6af47930d8f1e1538a356db4b3180ae.zip
Fix spacing issue with dismissed InfoboxComponent
Diffstat (limited to 'src')
-rw-r--r--src/components/ui/infobox/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/infobox/index.tsx b/src/components/ui/infobox/index.tsx
index 7b2ce527b..c0767a342 100644
--- a/src/components/ui/infobox/index.tsx
+++ b/src/components/ui/infobox/index.tsx
@@ -57,7 +57,6 @@ const styles = (theme: Theme) => ({
57 position: 'relative', 57 position: 'relative',
58 overflow: 'hidden', 58 overflow: 'hidden',
59 height: 'auto', 59 height: 'auto',
60 marginBottom: 30,
61 }, 60 },
62 infobox: { 61 infobox: {
63 alignItems: 'center', 62 alignItems: 'center',
@@ -68,6 +67,7 @@ const styles = (theme: Theme) => ({
68 top: 0, 67 top: 0,
69 transition: infoBoxTransition, 68 transition: infoBoxTransition,
70 opacity: 1, 69 opacity: 1,
70 marginBottom: 30,
71 }, 71 },
72 dismissing: { 72 dismissing: {
73 // position: 'absolute', 73 // position: 'absolute',