https://bugs.kde.org/show_bug.cgi?id=385992
--- Comment #12 from Nate Graham <n...@kde.org> --- So the root cause of the issue here is that we're using the wrong UI element for Discover's sidebar (see Bug 390928). We use a Kirigami GlobalDrawer for the sidebar, which is problematic because the GlobalDrawer's width is 360 pixels (possibly due to to bug in how we implemented it?) on the desktop--far too wide for our use case (see Bug 390927). Replacing the GlobalDrawer with a more appropriate UI element is going to be a lot of work, so until then, let's not torture our users with the humongous sidebar any longer and just force it to be a smaller size for now. Submitted a patch: https://phabricator.kde.org/D10756 -- You are receiving this mail because: You are watching all bug changes.