From 345db0f9cbd9dec5cea86874a9f6ead591dbf511 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Mon, 30 May 2022 20:36:59 +0200 Subject: [PATCH] Fixed some themes not displaying properly --- littlelink/css/animations.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/littlelink/css/animations.css b/littlelink/css/animations.css index 8493b21..32b8765 100644 --- a/littlelink/css/animations.css +++ b/littlelink/css/animations.css @@ -52,6 +52,7 @@ /* (Also apply to icon) */ .button-hover{ + display:inline-block; -webkit-transform:perspective(1px) translateZ(0); transform:perspective(1px) translateZ(0); box-shadow:0 0 1px rgba(0,0,0,0); @@ -70,6 +71,7 @@ –––––––––––––––––––––––––––––––––––––––––––––––––– */ .icon-hover{ + display:inline-block; -webkit-transform:perspective(1px) translateZ(0); transform:perspective(1px) translateZ(0); box-shadow:0 0 1px rgba(0,0,0,0);