From 3e7e645c1ce80834609d19c12a8e8aed59a2404a Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Tue, 7 Jan 2025 14:07:58 +0300 Subject: feat: Add new issue `Fix broken global search UI`. --- issues/fix-global-search-ui.gmi | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 issues/fix-global-search-ui.gmi (limited to 'issues') diff --git a/issues/fix-global-search-ui.gmi b/issues/fix-global-search-ui.gmi new file mode 100644 index 0000000..5619423 --- /dev/null +++ b/issues/fix-global-search-ui.gmi @@ -0,0 +1,25 @@ +# Fix Broken Global Search UI + +## Tags + +* Assigned: alexm, zsloan +* Priority: high +* status: in progress +* Keyword : search, UI, bug, Refactor +* Type: UI, bug + +## Description + +The Global search UI layout is broken on certain browser versions. +This issue has been reported in **Firefox Version 128.3.1**, +which was first offered to ESR channel users. +The root cause of the problem is unclear, +but after reviewing the global search UI code, +the following changes need to be implemented (see tasks below): + + + +## Tasks + +* [ ] Remove custom layout CSS and replace it with the Bootstrap layout for better uniformity and easier debugging. +* [ ] Modify the navbar to extend across the full width of the page on medium and small devices. -- cgit v1.2.3