This commit is contained in:
Evert Prants 2024-06-04 20:36:10 +03:00
parent 77e2b49aa6
commit 9753804b28
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
3 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,7 @@ DATABASE_PASS=icyauth
SESSION_SECRET=32 char key SESSION_SECRET=32 char key
CHALLENGE_SECRET=64 char key CHALLENGE_SECRET=64 char key
JWT_ALGORITHM=RS256 JWT_ALGORITHM=RS256
JWT_EXPIRATION=8h JWT_EXPIRATION=7d
JWT_ISSUER=http://localhost:5173 JWT_ISSUER=http://localhost:5173
EMAIL_ENABLED=true EMAIL_ENABLED=true
EMAIL_FROM=no-reply@icynet.eu EMAIL_FROM=no-reply@icynet.eu

View File

@ -109,7 +109,6 @@
& .graphic { & .graphic {
background-image: url('data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 style=%27width:24px;height:24px%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27currentColor%27 d=%27M10,4H14V13L17.5,9.5L19.92,11.92L12,19.84L4.08,11.92L6.5,9.5L10,13V4Z%27 /%3E%3C/svg%3E'); background-image: url('data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 style=%27width:24px;height:24px%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27currentColor%27 d=%27M10,4H14V13L17.5,9.5L19.92,11.92L12,19.84L4.08,11.92L6.5,9.5L10,13V4Z%27 /%3E%3C/svg%3E');
filter: invert();
transform: rotate(-90deg); transform: rotate(-90deg);
width: 80px; width: 80px;
height: 80px; height: 80px;
@ -193,4 +192,8 @@
align-items: center; align-items: center;
gap: 1rem; gap: 1rem;
} }
:global(html[theme-base='dark']) .user-client-wrapper .graphic {
filter: invert();
}
</style> </style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 21 KiB