From ddd5c6fe1336cabcdb625953d3ec55f134d678a8 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 3 Jun 2023 16:36:07 +0200 Subject: [PATCH] Optimized the ServerDialog styles.sass for mobile devices --- .../pages/tools/linux/components/ServerDialog/styles.sass | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/src/pages/tools/linux/components/ServerDialog/styles.sass b/client/src/pages/tools/linux/components/ServerDialog/styles.sass index dc52081..f7a19e6 100644 --- a/client/src/pages/tools/linux/components/ServerDialog/styles.sass +++ b/client/src/pages/tools/linux/components/ServerDialog/styles.sass @@ -34,4 +34,9 @@ &:hover background-color: $dark-gray color: $white - transition: all 0.3s \ No newline at end of file + transition: all 0.3s + + +@media screen and (max-width: 570px) + .server-area + width: 100% \ No newline at end of file