From 8247070aaeed76552eb465bcb264c47527b645f6 Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen Date: Tue, 3 Dec 2024 20:33:30 +0100 Subject: [PATCH] webapp: improve styling of hints on home view * increase the spacing between the icon and the text. * put the text into its own box so it does not flow around the icon. * vertically center the icon to account for multiple lines of text. * vertically center the text to account for a single line of text. closes #1441. --- webapp/src/components/HintView.vue | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/webapp/src/components/HintView.vue b/webapp/src/components/HintView.vue index 5482279..a8d937c 100644 --- a/webapp/src/components/HintView.vue +++ b/webapp/src/components/HintView.vue @@ -1,16 +1,29 @@