From 0a95f61977050c719defcd8721e46bbab1ec7988 Mon Sep 17 00:00:00 2001 From: creations Date: Sat, 26 Apr 2025 08:34:29 -0400 Subject: [PATCH 1/2] remove uneeded --- .gitignore | 3 ++- .vscode/settings.json | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index d0ef245..3f0b6ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /node_modules bun.lock .env -logs/ \ No newline at end of file +logs/ +.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 4a841f7..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "github-enterprise.uri": "https://git.creations.works" -} From 6078ebf0d183c84f1026216fea26f39ec8e42543 Mon Sep 17 00:00:00 2001 From: creations Date: Sat, 26 Apr 2025 08:45:32 -0400 Subject: [PATCH 2/2] fix mobile avatar and name margin top --- public/css/index.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/public/css/index.css b/public/css/index.css index 145949e..e7c06b1 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -94,7 +94,7 @@ body { position: fixed; bottom: 1rem; - right: .5rem; + right: 0.5rem; z-index: 1000; opacity: 0.5; @@ -246,7 +246,7 @@ body { flex-direction: row; align-items: center; text-align: center; - gap: .5rem; + gap: 0.5rem; } .user-info-inner h1 { @@ -265,7 +265,7 @@ body { align-items: center; justify-content: center; gap: 0.3rem; - padding: .3rem .5rem; + padding: 0.3rem 0.5rem; text-align: center; align-items: center; @@ -280,7 +280,7 @@ body { } .clan-badge span { - font-size: .9rem; + font-size: 0.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.50rem; + margin-bottom: 0.5rem; display: block; } @@ -538,6 +538,7 @@ ul { .user-card { width: 100%; align-items: center; + margin-top: 2rem; } .badges {