From 73336c2cb274d64a519ccb20c3c225a5e8796485 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Mon, 27 Apr 2020 15:29:33 -0700 Subject: [PATCH] launch button CSS --- sphinx_book_theme/static/sphinx-book-theme.css | 2 +- sphinx_book_theme/static/sphinx-book-theme.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx_book_theme/static/sphinx-book-theme.css b/sphinx_book_theme/static/sphinx-book-theme.css index 259c9a57..104181b0 100644 --- a/sphinx_book_theme/static/sphinx-book-theme.css +++ b/sphinx_book_theme/static/sphinx-book-theme.css @@ -189,7 +189,7 @@ dl.footnote dd p { .topbar > div { height: 2.5em; top: 0px; } - .topbar .topbar-main button.navbar-toggler, .topbar .topbar-main .dropdown-buttons-trigger { + .topbar .topbar-main > button, .topbar .topbar-main > div, .topbar .topbar-main > a { float: left; height: 100%; } .topbar .topbar-main button.topbarbtn { diff --git a/sphinx_book_theme/static/sphinx-book-theme.scss b/sphinx_book_theme/static/sphinx-book-theme.scss index ad43a65f..f6353d0a 100644 --- a/sphinx_book_theme/static/sphinx-book-theme.scss +++ b/sphinx_book_theme/static/sphinx-book-theme.scss @@ -339,7 +339,7 @@ dl.footnote { } .topbar-main { - button.navbar-toggler, .dropdown-buttons-trigger { + > button, > div, > a { float: left; height: 100%; }