Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab UI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
SWD
SWLab UI
Commits
f8d58fea
Commit
f8d58fea
authored
4 months ago
by
박민석
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ui
parent
4c2b7a2a
Pipeline
#21536
passed with stages
in 3 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
header.css
src/css/header.css
+7
-6
nav-toggle.hbs
src/partials/nav-toggle.hbs
+5
-4
No files found.
src/css/header.css
View file @
f8d58fea
...
...
@@ -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
;
}
}
This diff is collapsed.
Click to expand it.
src/partials/nav-toggle.hbs
View file @
f8d58fea
...
...
@@ -7,10 +7,11 @@
</svg>
</button>
{{!-- {{#if env.SITE_SEARCH_PROVIDER}} --}}
<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
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>
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment