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

            Bug ID: 36337
           Summary: Hiding lists with OpacPublic breaks styling for
                    language list
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: OPAC
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
        Depends on: 33244

Added from the comment on bug 33244:

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?


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33244
[Bug 33244] Do not show lists in OPAC if OpacPublic is disabled
-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to