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
bb36173d
Commit
bb36173d
authored
Oct 19, 2024
by
박민석
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ui
parent
306b7dcd
Pipeline
#21550
passed with stages
in 3 minutes and 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
23 deletions
+7
-23
header.css
src/css/header.css
+7
-15
nav-toggle.hbs
src/partials/nav-toggle.hbs
+0
-8
No files found.
src/css/header.css
View file @
bb36173d
...
...
@@ -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
;
}
}
src/partials/nav-toggle.hbs
View file @
bb36173d
...
...
@@ -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>
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