profile-banner rounding css, fixes #690

This commit is contained in:
DYM 2019-10-30 03:15:57 +00:00
parent 21989c673e
commit 1d2ddaf2d0
1 changed files with 2 additions and 0 deletions

View File

@ -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;