mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[Doc] Avoid needing two lines for header links
This commit is contained in:
@@ -24,6 +24,7 @@ div#top {
|
||||
.sm-dox a {
|
||||
color: var(--pst-color-text-muted) !important;
|
||||
font-size: 16px;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.sm-dox a#selected {
|
||||
|
||||
@@ -12,3 +12,23 @@ p + div.math {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* Make extra room for header section links when page isn't wide enough */
|
||||
@media(max-width: 1199.88px) {
|
||||
/* Collapse search field to just a button */
|
||||
button.search-button-field .search-button__default-text {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
.search-button-field > :not(svg) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* Hide text portion of the Cantera logo */
|
||||
.navbar-brand img {
|
||||
width: 36px;
|
||||
object-fit: cover;
|
||||
object-position: left
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user