diff --git a/src/renderer/src/pages/game-details/modals/repacks-modal.scss b/src/renderer/src/pages/game-details/modals/repacks-modal.scss index f2de554a..17a0b8c6 100644 --- a/src/renderer/src/pages/game-details/modals/repacks-modal.scss +++ b/src/renderer/src/pages/game-details/modals/repacks-modal.scss @@ -90,7 +90,9 @@ margin-top: calc(globals.$spacing-unit * 0.5); max-height: 0; overflow: hidden; - transition: max-height 0.3s ease, padding 0.3s ease; + transition: + max-height 0.3s ease, + padding 0.3s ease; &--open { padding: 0.75rem;