From f2e04f0db521692b7e3f6033e9ef1e5812d14b97 Mon Sep 17 00:00:00 2001 From: Chuck Sneed Date: Sun, 2 Jul 2023 15:55:55 -0500 Subject: [PATCH] fix weird issues --- files/assets/css/orgy.css | 3 ++- files/templates/orgy.html | 11 ++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/files/assets/css/orgy.css b/files/assets/css/orgy.css index 5b626837b..f2d0bd40b 100644 --- a/files/assets/css/orgy.css +++ b/files/assets/css/orgy.css @@ -1,11 +1,12 @@ .orgy-top-container { display: flex; - flex-flow: row wrap; + flex-flow: row nowrap; justify-content: space-around; } .orgy-chat-window-item { flex-grow: 2; + width: fit-content; } .orgy-info-window-item { max-width: 550px; diff --git a/files/templates/orgy.html b/files/templates/orgy.html index 6a2aead00..e27bd8326 100644 --- a/files/templates/orgy.html +++ b/files/templates/orgy.html @@ -11,14 +11,23 @@
-
+

Deboonking Aliens with Style 'n' Grace

{{macros.chat_users_list()}}
+
+
+ {{macros.chat_group_template()}} +
+
+ +
+ {{macros.chat_line_template()}} +
{{macros.chat_users_online()}} {{macros.chat_window(vlink)}}