mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-28 21:08:52 -07:00
fix: 🐛 show swiper
This commit is contained in:
parent
e6cb4270f6
commit
ca0b7818e7
2 changed files with 10 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "12.118.1-calc.12.8",
|
"version": "12.118.1-calc.12.9",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -319,19 +319,18 @@ definePageMetadata(
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .swiper-pagination {
|
> .swiper-pagination-bullet-active {
|
||||||
|
background: var(--accent, var(--panel));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.swiper-pagination {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
margin-bottom: 100px;
|
top: 5rem;
|
||||||
z-index: 99999;
|
z-index: 1001;
|
||||||
background-color: var(--panelHighlight);
|
background-color: var(--panelHighlight);
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
}
|
|
||||||
|
|
||||||
> .swiper-pagination-bullet-active {
|
|
||||||
background: var(--accent, var(--panel));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue