mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix search icon's placement in small browser
This commit is contained in:
parent
244992d4cf
commit
f1d97ef840
2 changed files with 4 additions and 8 deletions
|
|
@ -118,8 +118,6 @@
|
|||
<li><a href="{{BASE_PATH}}/development/howtocontributewebsite.html">How to contribute (website)</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="nav navbar-nav">
|
||||
<li>
|
||||
<a href="{{BASE_PATH}}/search.html" class="nav-search-link">
|
||||
<span class="fa fa-search nav-search-icon"></span>
|
||||
|
|
|
|||
|
|
@ -552,12 +552,6 @@ a.anchor {
|
|||
background: #286090;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.navbar-fixed-top > .container {
|
||||
width: 800px;
|
||||
}
|
||||
}
|
||||
|
||||
a.anchorjs-link:hover { text-decoration: none; }
|
||||
|
||||
/* Table of Contents(TOC) */
|
||||
|
|
@ -625,6 +619,10 @@ and (max-width: 1024px) {
|
|||
.navbar-collapse.collapse {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.navbar-fixed-top > .container {
|
||||
width: 800px;
|
||||
}
|
||||
}
|
||||
|
||||
/* master branch docs dropdown menu */
|
||||
|
|
|
|||
Loading…
Reference in a new issue