mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-27 22:38:34 +09:00
fix navbar top
This commit is contained in:
parent
5ed6e154c8
commit
3419431ae8
@ -97,7 +97,7 @@ function more() {
|
||||
|
||||
&.topBanner {
|
||||
top: 0;
|
||||
height: 150%;
|
||||
height: 100%;
|
||||
-webkit-mask-image: linear-gradient(0deg, rgba(0,0,0,0) 15%, rgba(0,0,0,0.75) 100%);
|
||||
mask-image: linear-gradient(0deg, rgba(0,0,0,0) 15%, rgba(0,0,0,0.75) 100%);
|
||||
}
|
||||
|
@ -150,7 +150,7 @@ function more(ev: MouseEvent) {
|
||||
|
||||
&.topBanner {
|
||||
top: 0;
|
||||
height: 150%;
|
||||
height: 100%;
|
||||
-webkit-mask-image: linear-gradient(0deg, rgba(0,0,0,0) 15%, rgba(0,0,0,0.75) 100%);
|
||||
mask-image: linear-gradient(0deg, rgba(0,0,0,0) 15%, rgba(0,0,0,0.75) 100%);
|
||||
}
|
||||
|
@ -106,7 +106,7 @@ function openProfile() {
|
||||
|
||||
&.topBanner {
|
||||
top: 0;
|
||||
height: 150%;
|
||||
height: 100%;
|
||||
-webkit-mask-image: linear-gradient(0deg, rgba(0,0,0,0) 15%, rgba(0,0,0,0.75) 100%);
|
||||
mask-image: linear-gradient(0deg, rgba(0,0,0,0) 15%, rgba(0,0,0,0.75) 100%);
|
||||
}
|
||||
|
@ -161,7 +161,7 @@ function openProfile() {
|
||||
|
||||
&.topBanner {
|
||||
top: 0;
|
||||
height: 150%;
|
||||
height: 100%;
|
||||
-webkit-mask-image: linear-gradient(0deg, rgba(0,0,0,0) 15%, rgba(0,0,0,0.75) 100%);
|
||||
mask-image: linear-gradient(0deg, rgba(0,0,0,0) 15%, rgba(0,0,0,0.75) 100%);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user