From 04e16b8f6bed61327f33cd5bf45f5a559921a87d Mon Sep 17 00:00:00 2001 From: fnuesse Date: Sun, 30 Dec 2018 13:53:06 +0100 Subject: [PATCH] Updated Icon-detection in list and Edit-credentials Signed-off-by: fnuesse --- sass/credentials.scss | 5 ++- templates/views/partials/icon-picker.html | 41 +++++++++++++---------- templates/views/show_vault.html | 4 +-- 3 files changed, 30 insertions(+), 20 deletions(-) diff --git a/sass/credentials.scss b/sass/credentials.scss index d5816e72..f9c55f4d 100644 --- a/sass/credentials.scss +++ b/sass/credentials.scss @@ -643,8 +643,11 @@ .icon-label { overflow: hidden; + display: flex; input { - width: calc(100% - 28px) !important; + //width: calc(100% - 28px) !important; + //width: 100% !important; + //width: inherit !important; float: left; background: #fff; color: #555; diff --git a/templates/views/partials/icon-picker.html b/templates/views/partials/icon-picker.html index 00ff7031..4109a259 100644 --- a/templates/views/partials/icon-picker.html +++ b/templates/views/partials/icon-picker.html @@ -1,6 +1,13 @@ -
+
+ +
+ + + +
+