From 63c1258e58eb72d6219f7f89e60ec2346894ebb9 Mon Sep 17 00:00:00 2001 From: Sander van de Graaf Date: Thu, 3 Aug 2017 08:31:28 +0200 Subject: [PATCH] Add hide_avatars setting, which will, well, hide avatars --- app/css/app.css | 11 ++++++++++- app/partials/bookmarks/list.html | 8 ++++---- app/partials/settings.html | 22 +++++++++++++++++++++- 3 files changed, 35 insertions(+), 6 deletions(-) diff --git a/app/css/app.css b/app/css/app.css index 0732dbd..02007e2 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -14,6 +14,15 @@ html { text-align: center; } +.list .item.item-button-right { + padding-right: 45px; +} + +.list .item.item-no-avatar { + padding: 10px; + padding-right: 45px; +} + .icon-spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; @@ -46,4 +55,4 @@ html { to { transform: rotate(360deg); } -} \ No newline at end of file +} diff --git a/app/partials/bookmarks/list.html b/app/partials/bookmarks/list.html index c2e139e..d99f31c 100644 --- a/app/partials/bookmarks/list.html +++ b/app/partials/bookmarks/list.html @@ -10,15 +10,15 @@ /> - - + +

{{bookmark.name}}

{{bookmark.account_number}}/{{bookmark.role_name}}