From 64d2c8c466c1cd2275de515e2365e3b4dd297bfb Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Thu, 6 Jan 2022 17:14:28 +0300 Subject: [PATCH] client: auto resize content on search expand --- src/App.vue | 28 +++++---------------- src/assets/css/global.scss | 10 ++++---- src/components/FolderView/FolderList.vue | 3 +-- src/components/FolderView/SearchBox.vue | 4 ++- src/components/Search.vue | 32 +++++++++++++----------- src/views/FolderView.vue | 12 ++++----- 6 files changed, 38 insertions(+), 51 deletions(-) diff --git a/src/App.vue b/src/App.vue index b1eb3eae..aa51e922 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,7 +11,7 @@ -
+
-
+
@@ -34,7 +34,7 @@