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
781b1f7b
Unverified
Commit
781b1f7b
authored
Jun 14, 2023
by
David Angel
Committed by
GitHub
Jun 14, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: add classnames for easy logo/server name customizations via CSS. (#1828)
Update MemoDetail.tsx
parent
e6c9f2a0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
MemoDetail.tsx
web/src/pages/MemoDetail.tsx
+3
-3
No files found.
web/src/pages/MemoDetail.tsx
View file @
781b1f7b
...
@@ -48,9 +48,9 @@ const MemoDetail = () => {
...
@@ -48,9 +48,9 @@ const MemoDetail = () => {
<
section
className=
"relative top-0 w-full h-full overflow-y-auto overflow-x-hidden bg-zinc-100 dark:bg-zinc-800"
>
<
section
className=
"relative top-0 w-full h-full overflow-y-auto overflow-x-hidden bg-zinc-100 dark:bg-zinc-800"
>
<
div
className=
"relative w-full min-h-full mx-auto flex flex-col justify-start items-center pb-6"
>
<
div
className=
"relative w-full min-h-full mx-auto flex flex-col justify-start items-center pb-6"
>
<
div
className=
"max-w-2xl w-full flex flex-row justify-center items-center px-4 py-2 mt-2 bg-zinc-100 dark:bg-zinc-800"
>
<
div
className=
"max-w-2xl w-full flex flex-row justify-center items-center px-4 py-2 mt-2 bg-zinc-100 dark:bg-zinc-800"
>
<
div
className=
"flex flex-row justify-start items-center"
>
<
div
className=
"
detail-header
flex flex-row justify-start items-center"
>
<
img
className=
"h-10 w-auto rounded-lg mr-2"
src=
{
customizedProfile
.
logoUrl
}
alt=
""
/>
<
img
className=
"
detail-logo
h-10 w-auto rounded-lg mr-2"
src=
{
customizedProfile
.
logoUrl
}
alt=
""
/>
<
p
className=
"text-4xl tracking-wide text-black dark:text-white"
>
{
customizedProfile
.
name
}
</
p
>
<
p
className=
"
detail-name
text-4xl tracking-wide text-black dark:text-white"
>
{
customizedProfile
.
name
}
</
p
>
</
div
>
</
div
>
</
div
>
</
div
>
{
!
loadingState
.
isLoading
&&
(
{
!
loadingState
.
isLoading
&&
(
...
...
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