forked from AkkomaGang/akkoma-fe
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;
|
||||
background-size: cover;
|
||||
mask-size: 100% 60%;
|
||||
border-top-left-radius: calc(var(--panelRadius) - 1px);
|
||||
border-top-right-radius: calc(var(--panelRadius) - 1px);
|
||||
|
||||
&.hide-bio {
|
||||
mask-size: 100% 40px;
|
||||
|
|
Loading…
Reference in a new issue