We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3a053 commit f791dabCopy full SHA for f791dab
lib/plutonium/ui/layout/sidebar.rb
@@ -44,7 +44,7 @@ def render_content(&)
44
45
# @private
46
def render_color_mode_controls
47
- div(class: "hidden absolute bottom-0 left-0 justify-center p-4 space-x-4 w-full lg:flex bg-white dark:bg-gray-800 z-20 border-r border-gray-200 dark:border-gray-700") do
+ div(class: "absolute bottom-0 left-0 justify-center p-4 space-x-4 w-full flex bg-white dark:bg-gray-800 z-20 border-r border-gray-200 dark:border-gray-700") do
48
render ColorModeSelector.new
49
end
50
0 commit comments