mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-06 02:35:25 +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>
|
||||
</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">
|
||||
<Button className="m-1" on:click={openImport}>
|
||||
<Icon size={0.8} path={mdiDatabaseImport} />
|
||||
|
@ -226,5 +228,9 @@
|
|||
.top-header {
|
||||
@apply flex-row;
|
||||
}
|
||||
|
||||
.top-placement {
|
||||
@apply self-end;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue