[Koha-bugs] [Bug 33244] Do not show lists in OPAC if OpacPublic is disabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 6 08:40:39 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33244

M <schodkowy.omegi-0r at icloud.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schodkowy.omegi-0r at icloud.c
                   |                            |om

--- Comment #16 from M <schodkowy.omegi-0r at icloud.com> ---
Hello, this patch seems to have a side effect of the "Language" dropdown now
being awkwardly placed on center-right (regardless of whether user is logged in
our out). This is caused by the below CSS rules whose blame traces back to this
patch, and removing them fixes the issue.

#members {
+    flex-grow: 1;
+     justify-content: flex-end;

Is this intentional change? I can only assume it's not, since I don't see any
mention of this in the discussion.

Screenshots of the problem: https://imgur.com/a/hDZvn7B

It looks like this patch conditionally hides cart+lists. The CSS above then
makes only language shown on the left, and the login on the right. But when
things aren't hidden, it changes the original position.

Should I create a new bug about this?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list