diff --git a/app/javascript/flavours/glitch/styles/modern/style.scss b/app/javascript/flavours/glitch/styles/modern/style.scss index e0998f5578..ba46bd5011 100644 --- a/app/javascript/flavours/glitch/styles/modern/style.scss +++ b/app/javascript/flavours/glitch/styles/modern/style.scss @@ -466,12 +466,6 @@ a:focus-visible, transition: padding 0.4s; --top: 20px; } - .columns-area__panels__pane { - height: unset !important; - } - .columns-area__panels__pane .columns-area__panels__pane__inner { - height: calc(100% + 20px) !important; - } } @media (min-width: 1320px) { .columns-area__panels { @@ -4075,4 +4069,4 @@ body:not(.flavour-glitch) #mastodon .account-timeline__header .account__header_ } .modal-root__container { animation: bounceIn 0.7s; -} +} \ No newline at end of file diff --git a/app/javascript/styles/modern/style.scss b/app/javascript/styles/modern/style.scss index e0998f5578..ba46bd5011 100644 --- a/app/javascript/styles/modern/style.scss +++ b/app/javascript/styles/modern/style.scss @@ -466,12 +466,6 @@ a:focus-visible, transition: padding 0.4s; --top: 20px; } - .columns-area__panels__pane { - height: unset !important; - } - .columns-area__panels__pane .columns-area__panels__pane__inner { - height: calc(100% + 20px) !important; - } } @media (min-width: 1320px) { .columns-area__panels { @@ -4075,4 +4069,4 @@ body:not(.flavour-glitch) #mastodon .account-timeline__header .account__header_ } .modal-root__container { animation: bounceIn 0.7s; -} +} \ No newline at end of file