mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix: new posts button mobile position + webkit-mask
This commit is contained in:
parent
b25b978761
commit
8635721901
1 changed files with 2 additions and 0 deletions
|
@ -349,6 +349,7 @@ onMounted(() => {
|
|||
top: calc(var(--stickyTop, 0px) - 60px);
|
||||
z-index: 1000;
|
||||
width: 600px;
|
||||
max-width: 100%;
|
||||
height: 60px;
|
||||
pointer-events: none;
|
||||
margin-inline: auto;
|
||||
|
@ -361,6 +362,7 @@ onMounted(() => {
|
|||
inset: 0;
|
||||
border: 2px solid var(--accent);
|
||||
mask: linear-gradient(to right, transparent,black 40% 60%,transparent);
|
||||
-webkit-mask: linear-gradient(to right, transparent,black 40% 60%,transparent);
|
||||
}
|
||||
> button {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Reference in a new issue