From 8dba05eafeb2b6b79166e0e0667b90e62a8fe35a Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Mariano Garcia Pereira <69264602+caduHD4@users.noreply.github.com> Date: Wed, 24 Sep 2025 00:01:49 -0300 Subject: [PATCH] fix: lint --- src/renderer/src/pages/game-details/modals/repacks-modal.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;