fix: mobile responsiveness

This commit is contained in:
liyasthomas
2021-08-29 17:11:37 +05:30
parent 04f9428267
commit d9547c6654
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
label="HOPPSCOTCH" label="HOPPSCOTCH"
to="/" to="/"
/> />
<AppGitHubStarButton class="mt-1.5 transition" /> <AppGitHubStarButton class="mt-1.5 transition hidden sm:flex" />
</div> </div>
<div class="space-x-2 inline-flex items-center"> <div class="space-x-2 inline-flex items-center">
<ButtonSecondary <ButtonSecondary

View File

@@ -6,7 +6,7 @@
<label ref="toggle" class="toggle" :class="{ on: on }"> <label ref="toggle" class="toggle" :class="{ on: on }">
<span class="handle"></span> <span class="handle"></span>
</label> </label>
<label class="cursor-pointer pl-0 align-middle truncate"> <label class="cursor-pointer pl-0 align-middle">
<slot></slot> <slot></slot>
</label> </label>
</div> </div>