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 { ...@@ -314,8 +314,9 @@ body {
justify-content: center; justify-content: center;
} }
.mobile-toolbar .field { .mobile-toolbar .navbar-item.search {
width: 100%; width: 100%;
display: block;
} }
#search-input { #search-input {
...@@ -324,16 +325,12 @@ body { ...@@ -324,16 +325,12 @@ body {
} }
@media screen and (min-width: 769px) { @media screen and (min-width: 769px) {
.mobile-toolbar .field { .mobile-toolbar .navbar-item.search {
display: none; display: none;
} }
} }
@media screen and (max-width: 1023.5px) { @media screen and (max-width: 1023.5px) {
.mobile-toolbar .field {
display: none;
}
.navbar-brand { .navbar-brand {
height: inherit; height: inherit;
} }
...@@ -481,4 +478,8 @@ body { ...@@ -481,4 +478,8 @@ body {
color: var(--color-white); color: var(--color-white);
font-weight: 600; font-weight: 600;
} }
.mobile-toolbar .navbar-item.search {
display: none;
}
} }
...@@ -7,10 +7,11 @@ ...@@ -7,10 +7,11 @@
</svg> </svg>
</button> </button>
{{!-- {{#if env.SITE_SEARCH_PROVIDER}} --}} {{!-- {{#if env.SITE_SEARCH_PROVIDER}} --}}
<div class="navbar-item search hide-for-print">
<div id="search-field" class="field"> <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"> <input id="search-input" type="text">
<i></i> <i></i>
</div> </div>
</div>
{{!-- {{/if}} --}} {{!-- {{/if}} --}}
</div> </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