dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 5e0682cbdd6b6f486b83ac43c8d6f643a30e9b29
parent 3300f9a2680a4eb36525192f46aa2807b1acd191
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Tue, 23 May 2023 02:15:44 -0700

fix timers

Diffstat:
Mpkg/web/handlers/api/v1/messages.qtpl.go | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/web/handlers/api/v1/messages.qtpl.go b/pkg/web/handlers/api/v1/messages.qtpl.go @@ -119,13 +119,13 @@ func StreamGenerateStyle(qw422016 *qt422016.Writer, AuthUser *database.User, Dat line-height: 1; } .hide-after { - animation: 3s 1s forwards hide_btn; + animation: 120s 1s forwards hide_btn; } @keyframes hide_btn { 100% { visibility: hidden; } } .orange-after { - animation: 3s 1s forwards orange_btn; + animation: 120s 1s forwards orange_btn; } @keyframes orange_btn { 100% { color: orange; }