dkforest

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

commit a644aec133a16eff70ac6f3b8e88e69abf8421c5
parent 9ad6ca25590c44cf98bd097719e5f76bcdc045dc
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed, 21 Jun 2023 23:52:42 -0700

fix archive style

Diffstat:
Mpkg/web/public/views/pages/chat-archive.gohtml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/web/public/views/pages/chat-archive.gohtml b/pkg/web/public/views/pages/chat-archive.gohtml @@ -55,6 +55,7 @@ em { font-style: italic; } ul { list-style-type: disc; margin: 0 0 0 15px; padding: 0; margin-bottom: 0 !important; } pre { border: 1px solid #2b442b; padding: 2px; margin: 2px 0; max-height: {{ .AuthUser.CodeBlockHeight }}px; overflow: auto; background-color: rgba(39,40,34,0.6) !important; } + .fullscreen { position: absolute; margin-top: -37px; right: 3px; } code { border: 1px solid #2b442b; color: #f92672; padding: 0 2px; margin: 0px 0; background-color: rgba(39,40,34,0.6) !important; } .o-wrap { overflow-wrap: break-word; } </style>