From 63a271dfe87b14360e0023a2447f3502aac26f11 Mon Sep 17 00:00:00 2001 From: Grigory Vodyanov Date: Tue, 14 Oct 2025 16:18:52 +0200 Subject: [PATCH] chore(developer): update sidebar min width CSS variable documentation Signed-off-by: Grigory Vodyanov --- developer_manual/html_css_design/css.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/html_css_design/css.rst b/developer_manual/html_css_design/css.rst index d8d4814926c..443a324c8e7 100644 --- a/developer_manual/html_css_design/css.rst +++ b/developer_manual/html_css_design/css.rst @@ -228,7 +228,7 @@ Element structure variables +----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+ | ``--navigation-width`` | ``300px`` | Width of the in-app navigation sidebar | +----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+ -| ``--sidebar-min-width`` | ``200px`` | Minimum width of the app sidebar on small screens | +| ``--sidebar-min-width`` | ``300px`` | Minimum width of the app sidebar on small screens | +----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+ | ``--sidebar-max-width`` | ``500px`` | Maximum width of the app sidebar on wide screens | +----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+