Skip to content

Commit

Permalink
[from now] 2022/01/03 19:09:19
Browse files Browse the repository at this point in the history
diff --git a/src/contentScripts/views/App.vue b/src/contentScripts/views/App.vue
index f5525ba..e666f57 100644
--- a/src/contentScripts/views/App.vue
+++ b/src/contentScripts/views/App.vue
@@ -63,10 +63,10 @@
                   </ul>
                 </template>
                 <template v-else>
-                  <div class="flex min-h-15vh w-full justify-center items-center flex-col relative">
-                    <Logo width="80" height="80" class="opacity-20 absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 max-h-80" />
-                    <p class="text-16px mt-4 text-gray-600">
-                      No matches...
+                  <div class="flex min-h-15vh w-full justify-center items-center flex-row">
+                    <Logo width="50" height="50" class="opacity-40 mr-15px" />
+                    <p class="text-16px text-gray-400 font-bold">
+                      Fussy<br />History Search
                     </p>
                   </div>
                 </template>
  • Loading branch information
kawamataryo committed Jan 3, 2022
1 parent fb3258d commit 34d4710
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/contentScripts/views/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
</ul>
</template>
<template v-else>
<div class="flex min-h-15vh w-full justify-center items-center flex-col relative">
<Logo width="80" height="80" class="opacity-20 absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 max-h-80" />
<p class="text-16px mt-4 text-gray-600">
No matches...
<div class="flex min-h-15vh w-full justify-center items-center flex-row">
<Logo width="50" height="50" class="opacity-40 mr-15px" />
<p class="text-16px text-gray-400 font-bold">
Fussy<br />History Search
</p>
</div>
</template>
Expand Down

0 comments on commit 34d4710

Please sign in to comment.