From 5c44c620e41f53309f743cb78ecdf4ee57af959d Mon Sep 17 00:00:00 2001 From: Stranck Date: Tue, 9 Jan 2024 23:43:39 +0100 Subject: [PATCH] Updated sponsor animation speed + fixed bug on iOs --- res/styles/propic.css | 4 ++-- tpl/blocks/propic.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/res/styles/propic.css b/res/styles/propic.css index 57e8168..917cd3f 100644 --- a/res/styles/propic.css +++ b/res/styles/propic.css @@ -58,12 +58,12 @@ svg.propic-border-filter { .propic-border.propic-animated-super .propic-border-animation { background: linear-gradient(90deg, #FA5E00 20%, #FAAA00 40%, #FB8C00 60%, #FA3200 80%, #FAC800 100%); - animation: border-animation 1s linear 0ms infinite; + animation: border-animation 2.5s linear 0ms infinite; } .propic-border.propic-animated-normal .propic-border-animation { background: linear-gradient(90deg, #6124AB 20%, #AB248F 40%, #8E24AA 60%, #3524AB 80%, #AB243E 100%); - animation: border-animation 1s linear 0ms infinite; + animation: border-animation 2.5s linear 0ms infinite; } @keyframes border-animation { diff --git a/tpl/blocks/propic.html b/tpl/blocks/propic.html index cd78b0f..3f5a48e 100644 --- a/tpl/blocks/propic.html +++ b/tpl/blocks/propic.html @@ -8,7 +8,7 @@ {% endif %} Your own profile picture - + {% if flag %} flag {% endif %}