From eddf096a8585a0a1a947830c406851e4cf89d6a9 Mon Sep 17 00:00:00 2001 From: Revathy Venugopal <104772255+Revathyvenugopal162@users.noreply.github.com> Date: Thu, 6 Oct 2022 08:54:04 +0200 Subject: [PATCH] Bump version 0.6.1 --- src/ansys_sphinx_theme/__init__.py | 2 +- src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css | 8 ++------ src/ansys_sphinx_theme/static/css/breadcrumbs.css | 4 ++-- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/ansys_sphinx_theme/__init__.py b/src/ansys_sphinx_theme/__init__.py index 3e1e73c3..0decb0d4 100644 --- a/src/ansys_sphinx_theme/__init__.py +++ b/src/ansys_sphinx_theme/__init__.py @@ -2,7 +2,7 @@ import os from pathlib import Path -__version__ = "0.6.0" +__version__ = "0.6.1" # get location of this directory _this_path = os.path.dirname(os.path.realpath(__file__)) diff --git a/src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css b/src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css index 661cbad2..1b4da5c9 100644 --- a/src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css +++ b/src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css @@ -531,12 +531,8 @@ Side column size (first and second column from left) */ .col-md-3 { - flex: none; - max-width: fit-content; -} - -.col-xl-7 { - max-width: fit-content; + flex: 0 0 20%; + max-width: 20%; } a.headerlink { diff --git a/src/ansys_sphinx_theme/static/css/breadcrumbs.css b/src/ansys_sphinx_theme/static/css/breadcrumbs.css index cbde358c..f190b61e 100644 --- a/src/ansys_sphinx_theme/static/css/breadcrumbs.css +++ b/src/ansys_sphinx_theme/static/css/breadcrumbs.css @@ -5,8 +5,8 @@ } -#breadcrumbs-spacer{ - border-right: 1px solid rgba(0,0,0,.1); +#breadcrumbs-spacer { + border-right: 10rem solid #fff; } div.related > ul {