From c00196e9d6b67f60b68fdc3fa33edd2da0acfe6a Mon Sep 17 00:00:00 2001
From: LightningTipBot <88730856+LightningTipBot@users.noreply.github.com>
Date: Sat, 30 Apr 2022 02:30:22 +0200
Subject: [PATCH] design (#338)
Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
---
internal/api/userpage/static/userpage.html | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/internal/api/userpage/static/userpage.html b/internal/api/userpage/static/userpage.html
index 88c0767..43c04c2 100644
--- a/internal/api/userpage/static/userpage.html
+++ b/internal/api/userpage/static/userpage.html
@@ -14,12 +14,20 @@
text-align: center;
font-family: monospace;
width: 600px;
+ color: #f3f3f3c5 !important;
}
+ .image-cropper {
+ width: 100px;
+ height: 100px;
+ position: relative;
+ overflow: hidden;
+ border-radius: 50%;
+}
#photo {
margin-top: 50px;
width: 100px;
}
- a {
+ .white {
color: #f3f3f3c5;
}
#qr {
@@ -37,18 +45,19 @@
}
-
-