fix: 💄 fix buttons on entrance screen being squished on mobile

This commit is contained in:
ThatOneCalculator 2022-08-17 16:20:39 -07:00
parent 25d7e6bcd6
commit de207c03f1
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "12.118.1-calc.8",
"version": "12.118.1-calc.8.1",
"codename": "aqua",
"repository": {
"type": "git",

View File

@ -35,7 +35,7 @@
<div class="action">
<MkButton inline rounded gradate data-cy-signup style="margin-right: 12px;" @click="signup()">{{ i18n.ts.signup }}</MkButton>
<MkButton inline rounded data-cy-signin @click="signin()">{{ i18n.ts.login }}</MkButton>
<MkButton inline rounded style="margin-left: 12px;" onclick="window.location.href='/explore'">Explore</MkButton>
<MkButton inline rounded style="margin-left: 12px; margin-top: 12px;" onclick="window.location.href='/explore'">Explore</MkButton>
</div>
</div>
</div>
@ -266,6 +266,7 @@ function showMenu(ev) {
> .action {
padding: 32px;
padding-top: 22px;
> * {
line-height: 28px;