Merge branch 'final-fixes' into 'develop'

Final fixes

Closes #1386

See merge request pleroma/pleroma-fe!2241
This commit is contained in:
HJ 2025-08-27 20:25:15 +00:00
commit 2a69abf374
3 changed files with 5 additions and 8 deletions

View file

View file

@ -749,13 +749,11 @@ option {
max-height: 0.6em;
min-width: 0.6em;
max-width: 0.6em;
padding: 0;
left: calc(50% + 0.5em);
top: calc(50% - 1em);
line-height: 0;
font-size: 0;
left: calc(50% - 0.6em);
top: calc(50% - 0.6em);
margin-left: 0.4em;
margin-top: -0.4em;
padding: 0;
margin: 0;
}
&.-counter {

View file

@ -270,8 +270,7 @@
// big one
z-index: 1;
line-height: 2em;
filter: drop-shadow(0 0 5em var(--profileTint))
drop-shadow(0 0 0.5em var(--profileTint))
filter: drop-shadow(0 0 0.5em var(--profileTint))
drop-shadow(0 0 0.2em var(--profileTint));
.alert {