Skip to content

Commit 9df84aa

Browse files
committed
improve useability
1 parent dac9b61 commit 9df84aa

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/App.vue

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@
55
:pt:header:class="'justify-center text-4xl font-bold'"
66
>
77
<div class="flex flex-col max-w-4xl mx-auto gap-4 text-left">
8-
<div class="group mb-4 text-muted-color text-center cursor-pointer" @click="refresh">
9-
<span class="group-hover:hidden">Last update: {{ formattedUpdated }}</span>
10-
<span class="hidden group-hover:inline text-primary-emphasis">Click to clear cache.</span>
11-
</div>
12-
<div class="flex flex-col gap-4 -mt-12">
8+
<div class="flex justify-between flex-wrap gap-4">
9+
<div></div>
10+
<div class="group text-muted-color text-center cursor-pointer w-4/5" @click="refresh">
11+
<span class="group-hover:hidden">Last update: {{ formattedUpdated }}</span>
12+
<span class="hidden group-hover:inline text-primary-emphasis">Click to clear cache.</span>
13+
</div>
1314
<i
1415
class="self-end flex pi pi-question-circle text-xl text-muted-color hover:text-primary-emphasis peer cursor-help"
1516
></i>
1617
<div
17-
class="text-muted-color flex flex-col gap-4 max-h-0 overflow-y-hidden peer-hover:max-h-dvh hover:max-h-dvh transition-all duration-1000 ease-in-out"
18+
class="w-full text-muted-color flex flex-col gap-4 max-h-0 overflow-y-hidden peer-hover:max-h-dvh hover:max-h-dvh transition-all duration-1000 ease-in-out"
1819
>
1920
<p>
2021
The support of stacked PR on the GitHub pull request page is pretty much non-existent. This page
@@ -29,8 +30,8 @@
2930
</p>
3031
<p>
3132
You can also use this page for your projects by adding
32-
<span class="text-sm font-mono text-muted-color-emphasis">#&lt;owner&gt;/&lt;repo&gt;</span> at
33-
the end of the url.
33+
<span class="text-sm font-mono text-muted-color-emphasis">#&lt;owner&gt;/&lt;repo&gt;</span>
34+
at the end of the url.
3435
</p>
3536
</div>
3637
</div>

0 commit comments

Comments
 (0)