Skip to content

Commit

Permalink
launch button CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Apr 27, 2020
1 parent e3b5dfe commit 73336c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sphinx_book_theme/static/sphinx-book-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion sphinx_book_theme/static/sphinx-book-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ dl.footnote {
}

.topbar-main {
button.navbar-toggler, .dropdown-buttons-trigger {
> button, > div, > a {
float: left;
height: 100%;
}
Expand Down

0 comments on commit 73336c2

Please sign in to comment.