Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
39a9e828
authored
Aug 14, 2025
by
fatcat-ww
Committed by
GitHub
Aug 14, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add files via upload
parent
67eb7315
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
web/src/components/layout/HeaderBar.js
+4
-2
No files found.
web/src/components/layout/HeaderBar.js
View file @
39a9e828
...
@@ -628,7 +628,8 @@ const HeaderBar = ({ onMobileMenuToggle, drawerOpen }) => {
...
@@ -628,7 +628,8 @@ const HeaderBar = ({ onMobileMenuToggle, drawerOpen }) => {
<
div
className
=
"md:hidden"
>
<
div
className
=
"md:hidden"
>
<
div
<
div
className
=
{
`
className
=
{
`
absolute top-16 left-0 right-0 bg-semi-color-bg-0
absolute top-16 left-0 right-0
bg-white/75 dark:bg-zinc-900/75 backdrop-blur-lg
shadow-lg p-3
shadow-lg p-3
transform transition-all duration-300 ease-in-out
transform transition-all duration-300 ease-in-out
${(
!
isConsoleRoute
&&
mobileMenuOpen
)
?
'translate-y-0 opacity-100 visible'
:
'-translate-y-4 opacity-0 invisible'
}
${(
!
isConsoleRoute
&&
mobileMenuOpen
)
?
'translate-y-0 opacity-100 visible'
:
'-translate-y-4 opacity-0 invisible'
}
...
@@ -643,4 +644,4 @@ const HeaderBar = ({ onMobileMenuToggle, drawerOpen }) => {
...
@@ -643,4 +644,4 @@ const HeaderBar = ({ onMobileMenuToggle, drawerOpen }) => {
);
);
};
};
export
default
HeaderBar
;
export
default
HeaderBar
;
\ No newline at end of file
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