From ae4636c4d1e43f810a2b3ff38ad9ff4455384cc9 Mon Sep 17 00:00:00 2001 From: genuineparts Date: Tue, 17 Jun 2025 10:57:06 +0200 Subject: [PATCH] New design --- .../chat/templates/default/chat_full_ws.tpl | 52 ++++--- .../chat/templates/default/chat_header.tpl | 143 +++++++----------- modules/chat/templates/default/userlist.tpl | 1 - 3 files changed, 80 insertions(+), 116 deletions(-) diff --git a/modules/chat/templates/default/chat_full_ws.tpl b/modules/chat/templates/default/chat_full_ws.tpl index 2ebe9bd..72b29df 100644 --- a/modules/chat/templates/default/chat_full_ws.tpl +++ b/modules/chat/templates/default/chat_full_ws.tpl @@ -1,35 +1,37 @@ {$header} -
-
- - +
+
+
+
- + + diff --git a/modules/chat/templates/default/chat_header.tpl b/modules/chat/templates/default/chat_header.tpl index eb0c5d5..f425a81 100644 --- a/modules/chat/templates/default/chat_header.tpl +++ b/modules/chat/templates/default/chat_header.tpl @@ -1,91 +1,54 @@ - - - - - - Funch.at - Die Österreichische Chatcommunity - - - - - {$meta} - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - + + +
+ +
+ + diff --git a/modules/chat/templates/default/userlist.tpl b/modules/chat/templates/default/userlist.tpl index 147a592..85633bd 100644 --- a/modules/chat/templates/default/userlist.tpl +++ b/modules/chat/templates/default/userlist.tpl @@ -17,7 +17,6 @@ No users. $('#users').slimscroll({ color: '#00f', size: '10px', - width: '220px', height: '300px' }); {if $js!=""}