mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Add back the border radius…
This commit is contained in:
parent
cf3e8895ee
commit
aaf12e2c47
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@
|
|||
user-select: none;
|
||||
-webkit-user-drag: none;
|
||||
}
|
||||
.sheet .account-container .header-banner {
|
||||
border-top-left-radius: 16px;
|
||||
border-top-right-radius: 16px;
|
||||
}
|
||||
.account-container .header-banner.header-is-avatar {
|
||||
mask-image: linear-gradient(
|
||||
to bottom,
|
||||
|
|
Loading…
Reference in a new issue