mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
fix pwa layout
This commit is contained in:
@@ -194,19 +194,4 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 👉 Window scrolled ios top bar
|
|
||||||
.window-scrolled::after {
|
|
||||||
content: "";
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0.5rem;
|
|
||||||
height: env(safe-area-inset-top);
|
|
||||||
width: calc(100% - 1rem);
|
|
||||||
background-color: rgb(var(--v-theme-surface), 0.9);
|
|
||||||
-webkit-backdrop-filter: blur(6px);
|
|
||||||
backdrop-filter: blur(6px);
|
|
||||||
z-index: 1002;
|
|
||||||
transition: padding 0.2s ease, background-color 0.18s ease;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user