From fa7b9e6a14a1597516738a75b6dfb9d326be7d48 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Thu, 28 Nov 2019 10:20:08 +0100 Subject: Add SubscribeStar button --- data/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/style.css b/data/style.css index 6ab68d21..ebe5ae08 100644 --- a/data/style.css +++ b/data/style.css @@ -237,8 +237,11 @@ fieldset.submit .textpreview { margin: 0 auto } #menulist .logout { border: 0; background: none; color: $maintext$; cursor: pointer } #menulist .logout:hover { text-decoration: underline } -#patreon { opacity: 0.6; border-bottom: none!important } -#patreon:hover { opacity: 1 } +#support { line-height: 0; height: 41px } +#support img { height: 19px; object-fit: none } +#support a { opacity: 0.7; border-bottom: none!important; display: inline-block } +#support a:hover { opacity: 1 } +#support a:hover img { position: absolute; left: 0; top: 0; height: 38px; z-index: 99 } -- cgit v1.2.3