forked from AkkomaGang/akkoma-fe
Merge branch 'develop' into 'develop'
profile-banner rounding css, fixes #690 Closes #690 See merge request pleroma/pleroma-fe!979
This commit is contained in:
commit
74f5f168d6
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