From e8b07a49bbfebf578816a625a05f72d097926099 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 8 Apr 2023 21:35:42 +0200 Subject: Fix icon position of message box --- src/css/_style.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/css') diff --git a/src/css/_style.scss b/src/css/_style.scss index ac47ea6..cc060fa 100644 --- a/src/css/_style.scss +++ b/src/css/_style.scss @@ -40,10 +40,11 @@ blockquote { padding-right: 4%; padding-top: 2%; font-family: monospace, serif; - font-size: 14px; - &:before { - background-image: url("/s/imgM/ic_" + $name + "_black_48px.svg"); - } + font-size: 1rem; + + background-image: url("/s/imgM/ic_" + $name + "_black_48px.svg"); + background-position: 25px center; + background-repeat: no-repeat; } } @include box('information', #daeaee); -- cgit v1.2.3-70-g09d2