Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdcd197e

Browse files
committed
product mobile menu full length, change menu-item icon color
1 parent4bcb252 commitdcd197e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

‎pgml-dashboard/src/components/navigation/navbar/web_app/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
<!-- Main nav links for less than lg screens -->
7979
<ulclass="sub-menu-dropdown mb-2 d-lg-none">
80-
<liclass="nav-item d-flex align-items-center">
80+
<liclass="menu-item d-flex align-items-center">
8181
<buttontype="text"class="btn-search d-flex justify-content-between w-100 mx-4 mb-4"name="search"data-bs-toggle="modal"data-bs-target="#search"autocomplete="off"data-search-target="searchTrigger"data-action="search#openSearch">
8282
Search
8383
<spanclass="material-symbols-outlined">

‎pgml-dashboard/src/components/navigation/navbar/web_app/web_app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252

5353
.sub-menu-dropdown {
5454
background-color:#{$gray-800};
55+
height:100vh;
5556
}
5657

5758
.top-nav-controls {

‎pgml-dashboard/static/css/scss/components/_navs.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
font-weight:400;
163163

164164
.material-symbols-outlined {
165-
color:#{$neon-shade-300};
165+
color:#{$slate-shade-300};
166166
}
167167

168168
button,a {
@@ -180,7 +180,7 @@
180180
@includesemibold_by_shadow($gray-100)
181181
}
182182
span.material-symbols-outlined {
183-
@includebold_by_shadow($neon-shade-300)
183+
@includebold_by_shadow($slate-shade-300)
184184
}
185185
}
186186

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp