Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
profilePage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
creations
profilePage
Compare revisions
6078ebf0d183c84f1026216fea26f39ec8e42543 to 1020e3ee2663e990e604bc32909049e0606bf9b8
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
creations/profilePage
Select target project
No results found
1020e3ee2663e990e604bc32909049e0606bf9b8
Select Git revision
Loading items
Swap
Target
creations/profilePage
Select target project
creations/profilePage
1 result
6078ebf0d183c84f1026216fea26f39ec8e42543
Select Git revision
Loading items
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source
0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-2
1 addition, 2 deletions
.gitignore
.vscode/settings.json
+3
-0
3 additions, 0 deletions
.vscode/settings.json
public/css/index.css
+5
-6
5 additions, 6 deletions
public/css/index.css
with
9 additions
and
8 deletions
.gitignore
View file @
1020e3ee
...
...
@@ -2,4 +2,3 @@
bun.lock
.env
logs/
\ No newline at end of file
.vscode/
This diff is collapsed.
Click to expand it.
.vscode/settings.json
0 → 100644
View file @
1020e3ee
{
"github-enterprise.uri"
:
"https://git.creations.works"
}
This diff is collapsed.
Click to expand it.
public/css/index.css
View file @
1020e3ee
...
...
@@ -94,7 +94,7 @@ body {
position
:
fixed
;
bottom
:
1rem
;
right
:
0
.5rem
;
right
:
.5rem
;
z-index
:
1000
;
opacity
:
0.5
;
...
...
@@ -246,7 +246,7 @@ body {
flex-direction
:
row
;
align-items
:
center
;
text-align
:
center
;
gap
:
0
.5rem
;
gap
:
.5rem
;
}
.user-info-inner
h1
{
...
...
@@ -265,7 +265,7 @@ body {
align-items
:
center
;
justify-content
:
center
;
gap
:
0.3rem
;
padding
:
0
.3rem
0
.5rem
;
padding
:
.3rem
.5rem
;
text-align
:
center
;
align-items
:
center
;
...
...
@@ -280,7 +280,7 @@ body {
}
.clan-badge
span
{
font-size
:
0
.9rem
;
font-size
:
.9rem
;
color
:
var
(
--text-color
);
margin
:
0
;
...
...
@@ -480,7 +480,7 @@ ul {
text-transform
:
uppercase
;
font-weight
:
600
;
color
:
var
(
--blockquote-color
);
margin-bottom
:
0.5rem
;
margin-bottom
:
0.5
0
rem
;
display
:
block
;
}
...
...
@@ -538,7 +538,6 @@ ul {
.user-card
{
width
:
100%
;
align-items
:
center
;
margin-top
:
2rem
;
}
.badges
{
...
...
This diff is collapsed.
Click to expand it.