dkforest

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

commit 2741212f28f6904404e537b9a72a47154395e3ae
parent d49863fb2cc95c9eebad278e8219002e30ab9c03
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed,  7 Jun 2023 02:51:18 -0700

position fixed

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

diff --git a/pkg/web/handlers/api/v1/messages.qtpl b/pkg/web/handlers/api/v1/messages.qtpl @@ -202,7 +202,7 @@ display: block; width: calc(100% - 185px - 100px); height: calc(100% - 50px); - position: absolute; + position: fixed; top: 0; left: calc(50% - ((100% - 185px - 100px)/2) - 92px); background-color: gray; diff --git a/pkg/web/handlers/api/v1/messages.qtpl.go b/pkg/web/handlers/api/v1/messages.qtpl.go @@ -264,7 +264,7 @@ func StreamGenerateStyle(qw422016 *qt422016.Writer, AuthUser *database.User, Dat display: block; width: calc(100% - 185px - 100px); height: calc(100% - 50px); - position: absolute; + position: fixed; top: 0; left: calc(50% - ((100% - 185px - 100px)/2) - 92px); background-color: gray;