mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Possible fix for #35
This commit is contained in:
parent
cf42aab4b7
commit
03ae42ab17
1 changed files with 1 additions and 1 deletions
|
@ -617,10 +617,10 @@ button.carousel-dot[disabled].active {
|
|||
padding-left: max(16px, env(safe-area-inset-left));
|
||||
padding-right: max(16px, env(safe-area-inset-right));
|
||||
padding-bottom: max(16px, env(safe-area-inset-bottom));
|
||||
mask-image: linear-gradient(to bottom, transparent 0%, black 10px);
|
||||
}
|
||||
.sheet header + main {
|
||||
padding-top: 0;
|
||||
mask-image: linear-gradient(to bottom, transparent 0%, black 10px);
|
||||
}
|
||||
|
||||
/* TAG */
|
||||
|
|
Loading…
Reference in a new issue