From 9e1329fd61c3b59c07f3a037ec4425167cdc2171 Mon Sep 17 00:00:00 2001 From: Sebastian Golebiewski Date: Wed, 1 Feb 2023 19:48:01 +0100 Subject: [PATCH] tocsection css burger svg (#15414) --- .../static/css/media/burger.svg | 4 ++-- .../static/css/openvino_sphinx_theme.css | 22 ++++++++++++++----- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/docs/openvino_sphinx_theme/openvino_sphinx_theme/static/css/media/burger.svg b/docs/openvino_sphinx_theme/openvino_sphinx_theme/static/css/media/burger.svg index e17fc9377f1..9910cedd2f5 100644 --- a/docs/openvino_sphinx_theme/openvino_sphinx_theme/static/css/media/burger.svg +++ b/docs/openvino_sphinx_theme/openvino_sphinx_theme/static/css/media/burger.svg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd9e24369b9f53fc86df00342e3f7a99c61dfb6118c70a8147a8d82b81e81882 -size 199 +oid sha256:7ffe08ea88ae65f5f134b40dd1bd76ae5add866495133aef92b10c278e8f15e9 +size 552 diff --git a/docs/openvino_sphinx_theme/openvino_sphinx_theme/static/css/openvino_sphinx_theme.css b/docs/openvino_sphinx_theme/openvino_sphinx_theme/static/css/openvino_sphinx_theme.css index 20209035500..f2e1e91ea6c 100644 --- a/docs/openvino_sphinx_theme/openvino_sphinx_theme/static/css/openvino_sphinx_theme.css +++ b/docs/openvino_sphinx_theme/openvino_sphinx_theme/static/css/openvino_sphinx_theme.css @@ -202,16 +202,12 @@ blockquote p { padding: 0 .8rem; } -@media (max-width: 1300px) { +@media (max-width: 1072px) { #navbar-collapsible { max-width: 100%; display: none !important; } - .navbar-brand { - padding-left:1rem; - } - #navbar-collapsible.show { display: block !important; } @@ -397,6 +393,22 @@ html .tab-set > label:hover { content:none; } +/*TOC Section - On this page - Override */ + +@media (min-width: 1072px) { + .d-xl-block { + display: block!important; + } + .col-xl-2 { + flex: 0 0 16.66667%!important; + max-width: 16.66667%!important; + } + .col-xl-7 { + flex: 0 0 58.33333%!important; + max-width: 58.33333%!important; + } +} + /* Download button */ .download-docs {