fix shadows on profile and add spacing between user handle and nickname
This commit is contained in:
parent
bfd1809a34
commit
1c0aa025a3
1 changed files with 4 additions and 7 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue