Compare commits
No commits in common. "6078ebf0d183c84f1026216fea26f39ec8e42543" and "1020e3ee2663e990e604bc32909049e0606bf9b8" have entirely different histories.
6078ebf0d1
...
1020e3ee26
3 changed files with 9 additions and 8 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,4 @@
|
|||
/node_modules
|
||||
bun.lock
|
||||
.env
|
||||
logs/
|
||||
.vscode/
|
||||
logs/
|
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"github-enterprise.uri": "https://git.creations.works"
|
||||
}
|
|
@ -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.50rem;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -538,7 +538,6 @@ ul {
|
|||
.user-card {
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.badges {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue