Commit ef62fd33 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

fix: error dialog transition (#3405)

parent 96a42f66
...@@ -12,6 +12,7 @@ import Rule from '../Rule' ...@@ -12,6 +12,7 @@ import Rule from '../Rule'
const HeaderIcon = styled(LargeIcon)` const HeaderIcon = styled(LargeIcon)`
flex-grow: 1; flex-grow: 1;
transition: height 0.25s, width 0.25s;
svg { svg {
transition: height 0.25s, width 0.25s; transition: height 0.25s, width 0.25s;
...@@ -66,7 +67,7 @@ const ExpandoColumn = styled(Column)<{ open: boolean }>` ...@@ -66,7 +67,7 @@ const ExpandoColumn = styled(Column)<{ open: boolean }>`
transition: flex-grow 0.25s; transition: flex-grow 0.25s;
${Column} { ${Column} {
height: 100%; height: 6.825em;
padding: ${({ open }) => (open ? '0.5em 0' : 0)}; padding: ${({ open }) => (open ? '0.5em 0' : 0)};
transition: padding 0.25s; transition: padding 0.25s;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment