From 4b3cee7f434af789dd42423bd7a9ddfb49568953 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 22 Oct 2019 17:32:26 +0530 Subject: [PATCH] :lipstick: UI stylings --- components/collections/addCollection.vue | 16 +++++++++++++--- components/collections/collection.vue | 9 +++++---- components/collections/folder.vue | 7 ++++--- components/collections/request.vue | 19 +++++++++++-------- components/history.vue | 2 +- components/section.vue | 9 ++++++++- pages/index.vue | 16 +++++++++------- pages/settings.vue | 4 ++-- pages/websocket.vue | 4 ++-- 9 files changed, 55 insertions(+), 31 deletions(-) diff --git a/components/collections/addCollection.vue b/components/collections/addCollection.vue index 94619f00b..e17b894f6 100644 --- a/components/collections/addCollection.vue +++ b/components/collections/addCollection.vue @@ -24,8 +24,18 @@
- - +
@@ -81,4 +91,4 @@ export default { }, }, }; - \ No newline at end of file + diff --git a/components/collections/collection.vue b/components/collections/collection.vue index 51c218f8f..14b18c905 100644 --- a/components/collections/collection.vue +++ b/components/collections/collection.vue @@ -23,13 +23,13 @@
- - -
@@ -69,7 +69,8 @@ ul li { display: flex; - padding-left: 1rem; + padding-left: 16px; + border-left: 1px solid var(--brd-color); } diff --git a/components/collections/folder.vue b/components/collections/folder.vue index b2cda6186..be03a6708 100644 --- a/components/collections/folder.vue +++ b/components/collections/folder.vue @@ -14,10 +14,10 @@
- -
@@ -46,7 +46,8 @@ ul li { display: flex; - padding-left: 1rem; + padding-left: 16px; + border-left: 1px solid var(--brd-color); } diff --git a/components/collections/request.vue b/components/collections/request.vue index 734bfbde3..459628ed1 100644 --- a/components/collections/request.vue +++ b/components/collections/request.vue @@ -7,10 +7,10 @@
- -
@@ -18,12 +18,15 @@ diff --git a/components/history.vue b/components/history.vue index f59e399a6..bc9673826 100644 --- a/components/history.vue +++ b/components/history.vue @@ -1,5 +1,5 @@