mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-22 08:24:53 +01:00
Fix placement on wish counter
This commit is contained in:
parent
f4b9f8bb30
commit
1c259c45e6
1 changed files with 7 additions and 1 deletions
|
@ -159,7 +159,9 @@
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Ad class="self-end" type="desktop" variant="lb" id="1" />
|
<div class="top-placement">
|
||||||
|
<Ad type="desktop" variant="lb" id="1" />
|
||||||
|
</div>
|
||||||
<div class="md:hidden flex flex-wrap justify-center">
|
<div class="md:hidden flex flex-wrap justify-center">
|
||||||
<Button className="m-1" on:click={openImport}>
|
<Button className="m-1" on:click={openImport}>
|
||||||
<Icon size={0.8} path={mdiDatabaseImport} />
|
<Icon size={0.8} path={mdiDatabaseImport} />
|
||||||
|
@ -226,5 +228,9 @@
|
||||||
.top-header {
|
.top-header {
|
||||||
@apply flex-row;
|
@apply flex-row;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-placement {
|
||||||
|
@apply self-end;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Reference in a new issue