From cef93ff63f5cf1f182f38416cb27eaef100dc1ae Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 29 Apr 2022 12:42:21 +0100 Subject: [PATCH] Change sends list links to buttons --- src/app/send/send.component.html | 16 ++++++++-------- src/scss/list.scss | 4 ++++ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/app/send/send.component.html b/src/app/send/send.component.html index c68c1db4..1ecfdd90 100644 --- a/src/app/send/send.component.html +++ b/src/app/send/send.component.html @@ -36,7 +36,7 @@
diff --git a/src/scss/list.scss b/src/scss/list.scss index 3e567ac4..68b93be4 100644 --- a/src/scss/list.scss +++ b/src/scss/list.scss @@ -111,8 +111,10 @@ display: flex; align-items: center; width: 100%; + text-align: left; .item-icon { + display: block; margin-left: -5px; margin-right: 4px; @include themify($themes) { @@ -121,7 +123,9 @@ } .item-content { + display: block; .item-title { + display: block; .title-badges { @include themify($themes) { color: themed("mutedColor");