From b6f8b8850742682fa81f46c3986aaed1b6965992 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Sat, 28 Mar 2026 11:19:37 +0100 Subject: Fix yacychat P2P mode detection for global search visibility --- htroot/yacychat.html | 92 +++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 73 insertions(+), 19 deletions(-) (limited to 'htroot') diff --git a/htroot/yacychat.html b/htroot/yacychat.html index bc0e7f164..cfe815291 100644 --- a/htroot/yacychat.html +++ b/htroot/yacychat.html @@ -342,6 +342,16 @@ display: none; } + .search-default-options .global-option, + .search-default-options .global-label { + display: none; + } + + .search-default-options.has-global .global-option, + .search-default-options.has-global .global-label { + display: flex; + } + .composer-main { flex: 1; display: flex; @@ -726,15 +736,15 @@
Default Dialog Augmentation: -
- - - - - - - -
+
+ + + + + + + +
@@ -788,6 +798,7 @@