From 6685c8eb719e95337c628284242054b83e1ebd1f Mon Sep 17 00:00:00 2001 From: Revathy Venugopal <104772255+Revathyvenugopal162@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:09:02 +0200 Subject: [PATCH] fix: navigation end columns (#514) Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/514.fixed.md | 1 + .../static/css/pydata-sphinx-theme-custom.css | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 doc/changelog.d/514.fixed.md diff --git a/doc/changelog.d/514.fixed.md b/doc/changelog.d/514.fixed.md new file mode 100644 index 000000000..f1a4fe6e8 --- /dev/null +++ b/doc/changelog.d/514.fixed.md @@ -0,0 +1 @@ +fix: navigation end columns \ No newline at end of file diff --git a/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/pydata-sphinx-theme-custom.css b/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/pydata-sphinx-theme-custom.css index 5f6064713..e43ef666a 100644 --- a/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/pydata-sphinx-theme-custom.css +++ b/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/pydata-sphinx-theme-custom.css @@ -225,6 +225,10 @@ ul.navbar-icon-links { column-gap: 10px; } +.bd-header .navbar-item { + gap: 8px; +} + /* * dropdown button after 5 sections */