From 1250a462743093c752d80dc05ec6020a0d6ddd67 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 29 Oct 2019 13:36:41 +0530 Subject: [PATCH] :zap: Few UI tweaks --- README.md | 2 +- components/collections/collection.vue | 2 +- components/collections/folder.vue | 2 +- layouts/default.vue | 1 + pages/index.vue | 66 +++++++++++++-------------- 5 files changed, 37 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 52526c891..9516058d7 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ _Export, import and replace collections with JSON files_ _Collections are synced with local session storage_ -📁 **Proxy**: Enable Proxy Mode from Settings to access blocked APIs +🌐 **Proxy**: Enable Proxy Mode from Settings to access blocked APIs **Features:** - Hide your IP address diff --git a/components/collections/collection.vue b/components/collections/collection.vue index 08aeb8bef..4bed177f3 100644 --- a/components/collections/collection.vue +++ b/components/collections/collection.vue @@ -61,7 +61,7 @@ ul li { display: flex; - padding-left: 16px; + margin-left: 32px; border-left: 1px solid var(--brd-color); } diff --git a/components/collections/folder.vue b/components/collections/folder.vue index 4deb99575..d11505d5e 100644 --- a/components/collections/folder.vue +++ b/components/collections/folder.vue @@ -46,7 +46,7 @@ ul li { display: flex; - padding-left: 16px; + margin-left: 32px; border-left: 1px solid var(--brd-color); } diff --git a/layouts/default.vue b/layouts/default.vue index 61e5ce44d..6218ae256 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -223,6 +223,7 @@ "--act-color", vibrant ? "rgb(37, 38, 40)" : "#ffffff" ); + document.querySelector('meta[name=theme-color]').setAttribute('content', this.$store.state.postwoman.settings.THEME_TAB_COLOR || "#252628") })(); }, diff --git a/pages/index.vue b/pages/index.vue index be5499d9f..f6d268a39 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -130,22 +130,22 @@