commit 08ab4c4e246d123daba5972647364732c85b37f4
parent 05ce650221cb547c55cb04344e98c34195b05bcf
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Mon, 4 Dec 2023 23:18:32 -0500
reset
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pkg/web/handlers/poker.go b/pkg/web/handlers/poker.go
@@ -736,7 +736,9 @@ Loop:
html += `#card` + strconv.Itoa(i) + ` { transition: 1s ease-in-out; transform: translateX(250px) translateY(30px) rotateY(180deg); }
#card` + strconv.Itoa(i) + ` .card .inner:before { content: ""; }`
}
- html += "</style>"
+ html += `
+ #yourCard1:before { content: ""; }
+ #yourCard2:before { content: ""; }</style>`
send(html)
c.Response().Flush()
continue