commit 361278796b0c72457c8f795c9502e0da5c55aa97
parent 51495d4187f24967b2367592366ca9dc86b791fe
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Tue, 30 May 2023 04:25:13 -0700
fix style
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkg/web/public/views/pages/chat-controls.gohtml b/pkg/web/public/views/pages/chat-controls.gohtml
@@ -5,6 +5,7 @@
<link rel="stylesheet" type="text/css" href="/public/css/bootstrap.min.css?v={{ .VERSION }}" />
<link rel="stylesheet" type="text/css" href="/public/css/style.css?v={{ .VERSION }}" />
<style>
+ html, body {background-color: transparent; }
.btn-xs {
margin: 0 !important;
padding: 0 4px !important;