[frontend] UI: Fixed layout of minified sidebar
-
Changed Dark Mode and Feedback buttons to be visible in minified sidebar since the text overflow of the dark mode switch bothered me too much
-
Fixed a bug where exam information in the sidebar of the student layout would not correctly disappear if minified, since the relevant UI state variable was
UI.state.sideBarCollapsed
notUI.state.mini
(which doesn't exist)
Current look:
Normal sidebar:
Minified sidebar:
New look:
Normal sidebar without dark mode:
Minified sidebar without dark mode:
Normal sidebar with dark mode:
Minified sidebar with dark mode:
Edited by Jan Lenke