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

update ui

parent 306b7dcd
Pipeline #21550 passed with stages
in 3 minutes and 52 seconds
......@@ -306,30 +306,26 @@ body {
@media screen and (max-width: 768.5px) {
.navbar-brand .navbar-item.search {
display: none;
}
.mobile-menu-item > a {
width: 100%;
justify-content: center;
}
.mobile-toolbar .navbar-item.search {
#search-input {
width: 100%;
display: block;
}
#search-input {
.mobile-menu-item > a {
width: 100%;
justify-content: center;
}
}
@media screen and (min-width: 769px) {
.mobile-toolbar .navbar-item.search {
.navbar-title-contents {
display: none;
}
}
/* @media screen and (min-width: 769px) {
} */
@media screen and (max-width: 1023.5px) {
.navbar-brand {
height: inherit;
......@@ -478,8 +474,4 @@ body {
color: var(--color-white);
font-weight: 600;
}
.mobile-toolbar .navbar-item.search {
display: none;
}
}
......@@ -6,12 +6,4 @@
<path d="m8 9 3 3-3 3"></path>
</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">
<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