From 7c43b5429afd87cd01afdc742f6e0c7332860238 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 3 Jun 2023 16:36:02 +0200 Subject: [PATCH] Optimized the ServerItem styles.sass for mobile devices --- .../ServerDialog/components/ServerItem/styles.sass | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/client/src/pages/tools/linux/components/ServerDialog/components/ServerItem/styles.sass b/client/src/pages/tools/linux/components/ServerDialog/components/ServerItem/styles.sass index f178d33..51ea718 100644 --- a/client/src/pages/tools/linux/components/ServerDialog/components/ServerItem/styles.sass +++ b/client/src/pages/tools/linux/components/ServerDialog/components/ServerItem/styles.sass @@ -81,4 +81,13 @@ font-weight: 700 input[type="file"]::file-selector-button - display: none \ No newline at end of file + display: none + +@media screen and (max-width: 570px) + .config-item + gap: 0.5rem + flex-direction: column + align-items: flex-start + + input + width: 100% \ No newline at end of file