fix shadows on profile and add spacing between user handle and nickname

This commit is contained in:
Henry Jameson 2025-08-15 09:13:53 +03:00
commit 1c0aa025a3

View file

@ -205,9 +205,6 @@
line-height: 2em; line-height: 2em;
padding: 0.6em; padding: 0.6em;
margin: -0.6em; margin: -0.6em;
filter: drop-shadow(0 0 5em var(--profileTint))
drop-shadow(0 0 0.5em var(--profileTint))
drop-shadow(0 0 0.2em var(--profileTint));
&.edit-banner-button { &.edit-banner-button {
width: auto; width: auto;
@ -273,10 +270,9 @@
// big one // big one
z-index: 1; z-index: 1;
line-height: 2em; line-height: 2em;
text-shadow: filter: drop-shadow(0 0 5em var(--profileTint))
0 0 1em var(--profileTint), drop-shadow(0 0 0.5em var(--profileTint))
0 0 0.5em var(--profileTint), drop-shadow(0 0 0.2em var(--profileTint));
0 0 0.2em var(--profileTint);
.alert { .alert {
text-shadow: none; text-shadow: none;
@ -343,6 +339,7 @@
font-size: 0.9em; font-size: 0.9em;
font-size: calc(max(90%, 2.5cqw)); font-size: calc(max(90%, 2.5cqw));
line-height: 1.5; line-height: 1.5;
margin-top: 0.5em;
} }
.lock-icon { .lock-icon {