Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
33133ea1
Commit
33133ea1
authored
May 08, 2024
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: tweak searchbar styles
parent
a4235bb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
SearchBar.tsx
web/src/components/SearchBar.tsx
+1
-1
global.css
web/src/css/global.css
+2
-2
No files found.
web/src/components/SearchBar.tsx
View file @
33133ea1
...
...
@@ -30,7 +30,7 @@ const SearchBar = () => {
<
div
className=
"relative w-full h-auto flex flex-row justify-start items-center"
>
<
Icon
.
Search
className=
"absolute left-3 w-4 h-auto opacity-30"
/>
<
input
className=
"w-full text-gray-500 dark:text-gray-400 bg-zinc-50 dark:bg-zinc-900 border dark:border-zinc-800 text-sm leading-
6
rounded-lg p-1 pl-8 outline-none"
className=
"w-full text-gray-500 dark:text-gray-400 bg-zinc-50 dark:bg-zinc-900 border dark:border-zinc-800 text-sm leading-
7
rounded-lg p-1 pl-8 outline-none"
placeholder=
{
t
(
"memo.search-placeholder"
)
}
value=
{
queryText
}
onChange=
{
handleTextQueryInput
}
...
...
web/src/css/global.css
View file @
33133ea1
...
...
@@ -7,8 +7,8 @@ body {
}
html
.dark
{
color-scheme
:
dark
;
scrollbar-color
:
hsla
(
0
,
0%
,
100%
,
.4
)
hsla
(
0
,
0%
,
100%
,
.029
);
scrollbar-color
:
hsla
(
0
,
0%
,
100%
,
0.4
)
hsla
(
0
,
0%
,
100%
,
0
.029
);
}
html
.light
{
color-scheme
:
light
;
}
\ 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