profile-banner rounding css, fixes #690
This commit is contained in:
parent
21989c673e
commit
1d2ddaf2d0
1 changed files with 2 additions and 0 deletions
|
@ -276,6 +276,8 @@
|
||||||
mask-composite: exclude;
|
mask-composite: exclude;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
mask-size: 100% 60%;
|
mask-size: 100% 60%;
|
||||||
|
border-top-left-radius: calc(var(--panelRadius) - 1px);
|
||||||
|
border-top-right-radius: calc(var(--panelRadius) - 1px);
|
||||||
|
|
||||||
&.hide-bio {
|
&.hide-bio {
|
||||||
mask-size: 100% 40px;
|
mask-size: 100% 40px;
|
||||||
|
|
Loading…
Reference in a new issue