diff --git a/requirements.txt b/requirements.txt index 3c7517d..c5a0b78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ fastapi==0.115.0 uvicorn[standard]==0.32.0 jinja2==3.1.4 pydantic==2.9.2 +itsdangerous==2.2.0 diff --git a/src/api/templates/contact.html b/src/api/templates/contact.html index 86bf2ba..b14dc23 100644 --- a/src/api/templates/contact.html +++ b/src/api/templates/contact.html @@ -87,9 +87,9 @@ .badge { display: inline-block; - padding: 0.2rem 0.6rem; - border-radius: 4px; - font-size: 0.75rem; + padding: 0.1rem 0.4rem; + border-radius: 3px; + font-size: 0.65rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; diff --git a/src/api/templates/index.html b/src/api/templates/index.html index e06bb94..264510f 100644 --- a/src/api/templates/index.html +++ b/src/api/templates/index.html @@ -139,6 +139,22 @@ content: "\1F382 "; } + .badge { + display: inline-block; + padding: 0.1rem 0.4rem; + border-radius: 3px; + font-size: 0.65rem; + font-weight: 500; + text-transform: uppercase; + letter-spacing: 0.5px; + white-space: nowrap; + } + + .badge-account { + background: #d1ecf1; + color: #0c5460; + } + .contact-photo { width: 80px; height: 80px; @@ -185,7 +201,9 @@