mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +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;
|
user-select: none;
|
||||||
-webkit-user-drag: 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 {
|
.account-container .header-banner.header-is-avatar {
|
||||||
mask-image: linear-gradient(
|
mask-image: linear-gradient(
|
||||||
to bottom,
|
to bottom,
|
||||||
|
|
Loading…
Reference in a new issue