Commit f8d58fea authored by 박민석's avatar 박민석

update ui

parent 4c2b7a2a
Pipeline #21536 passed with stages
in 3 minutes and 54 seconds
......@@ -314,8 +314,9 @@ body {
justify-content: center;
}
.mobile-toolbar .field {
.mobile-toolbar .navbar-item.search {
width: 100%;
display: block;
}
#search-input {
......@@ -324,16 +325,12 @@ body {
}
@media screen and (min-width: 769px) {
.mobile-toolbar .field {
.mobile-toolbar .navbar-item.search {
display: none;
}
}
@media screen and (max-width: 1023.5px) {
.mobile-toolbar .field {
display: none;
}
.navbar-brand {
height: inherit;
}
......@@ -481,4 +478,8 @@ body {
color: var(--color-white);
font-weight: 600;
}
.mobile-toolbar .navbar-item.search {
display: none;
}
}
......@@ -7,10 +7,11 @@
</svg>
</button>
{{!-- {{#if env.SITE_SEARCH_PROVIDER}} --}}
<div class="navbar-item search hide-for-print">
<div id="search-field" class="field">
{{!-- <input id="search-input" type="text" placeholder="Search the docs"{{#if page.home}} autofocus{{/if}}> --}}
<input id="search-input" type="text">
<i></i>
</div>
</div>
{{!-- {{/if}} --}}
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment