improve gradient styles again
This commit is contained in:
parent
426fb90522
commit
bb044315cd
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
||||||
left: -1.2em;
|
left: -1.2em;
|
||||||
top: -1.4em;
|
top: -1.4em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
mask: linear-gradient(to top, transparent 1em, white 5em) bottom no-repeat;
|
mask: linear-gradient(to top, transparent 0, white 5em) bottom no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
border-top-left-radius: calc(var(--__roundnessTop, --panelRadius) - 1px);
|
border-top-left-radius: calc(var(--__roundnessTop, --panelRadius) - 1px);
|
||||||
border-top-right-radius: calc(var(--__roundnessTop, --panelRadius) - 1px);
|
border-top-right-radius: calc(var(--__roundnessTop, --panelRadius) - 1px);
|
||||||
|
|
@ -132,6 +132,7 @@
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
||||||
.user-identity {
|
.user-identity {
|
||||||
|
position: relative;
|
||||||
aspect-ratio: 3;
|
aspect-ratio: 3;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue