Skip to content

Commit f791dab

Browse files
committed
feat: Show the color mode controls on sidebar for small screen devices #16
1 parent ed3a053 commit f791dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plutonium/ui/layout/sidebar.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def render_content(&)
4444

4545
# @private
4646
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
47+
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
4848
render ColorModeSelector.new
4949
end
5050
end

0 commit comments

Comments
 (0)