From cbf0ea8a191ba495a0bce654c0b234af9f8613e7 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 29 Apr 2023 22:45:10 +0200 Subject: [PATCH] Style fixes for mobile screens. --- .../webapp/src/components/panels/Entities/Index.vue | 4 ++-- .../src/components/panels/Entities/VariableModal.vue | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue index 2a3ff90121..152c85b17f 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue @@ -3,11 +3,11 @@
-
+
-
+
- +
@@ -114,6 +115,14 @@ export default { padding: 0.25em 1em; display: flex; align-items: center; + + @include until($tablet) { + flex-direction: column; + } + + input[type=text] { + width: 100%; + } } .button-container {