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
929b7bee
Commit
929b7bee
authored
4 months ago
by
박민석
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ui
parent
bb36173d
Pipeline
#21557
passed with stages
in 3 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
header.css
src/css/header.css
+1
-0
header-content.hbs
src/partials/header-content.hbs
+2
-2
No files found.
src/css/header.css
View file @
929b7bee
...
@@ -309,6 +309,7 @@ body {
...
@@ -309,6 +309,7 @@ body {
width
:
100%
;
width
:
100%
;
}
}
#search-field
,
#search-input
{
#search-input
{
width
:
100%
;
width
:
100%
;
}
}
...
...
This diff is collapsed.
Click to expand it.
src/partials/header-content.hbs
View file @
929b7bee
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<span
class=
"navbar-title sub"
>
Bankware Global
</span>
<span
class=
"navbar-title sub"
>
Bankware Global
</span>
</div>
</div>
</a>
</a>
{{
#if
env
.
SITE_SEARCH_PROVIDER
}}
{{
!-- {{#if env.SITE_SEARCH_PROVIDER}} --
}}
<div
class=
"navbar-item search hide-for-print"
>
<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" placeholder="Search the docs"{{#if page.home}} autofocus{{/if}}> --}}
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<i></i>
<i></i>
</div>
</div>
</div>
</div>
{{
/if
}}
{{
!-- {{/if}} --
}}
<button
class=
"nav-mobile-menu-toggle"
aria-controls=
"topbar-nav"
aria-expanded=
"false"
aria-label=
"Toggle main menu"
>
<button
class=
"nav-mobile-menu-toggle"
aria-controls=
"topbar-nav"
aria-expanded=
"false"
aria-label=
"Toggle main menu"
>
<svg
stroke=
"currentColor"
fill=
"#0072ce"
stroke-width=
"0"
viewBox=
"0 0 24 24"
height=
"1em"
width=
"1em"
xmlns=
"http://www.w3.org/2000/svg"
>
<svg
stroke=
"currentColor"
fill=
"#0072ce"
stroke-width=
"0"
viewBox=
"0 0 24 24"
height=
"1em"
width=
"1em"
xmlns=
"http://www.w3.org/2000/svg"
>
<path
fill=
"none"
d=
"M0 0h24v24H0z"
></path>
<path
fill=
"none"
d=
"M0 0h24v24H0z"
></path>
...
...
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