Skip to content

Commit 426c9e7

Browse files
committed
chore: fix display erros in firefox
1 parent 6516cf8 commit 426c9e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/popup/App.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<div class="m-8">
88
<svg width="156" height="16" class="mt-2"><path d="M14.395.378L7.24 16h-.114L0 .378h3.255l3.92 8.85 3.927-8.85h3.293zM15.79 9.986V.378h3.094v9.598c0 1.664 1.32 2.875 2.799 2.875 1.478 0 2.817-1.22 2.817-2.875V.378h3.094v9.608c0 3.452-2.647 5.967-5.902 5.967-3.255 0-5.901-2.513-5.901-5.967zM33.192 3.395v2.979h5.276v3.054h-5.276v3.15h6.148v3.044h-9.222V.378h9.222v3.017h-6.148zM56.97 3.415H53.21v12.21h-3.084V3.414h-3.766V.38H56.97v3.035zM61.771 3.395v2.979h5.276v3.054H61.77v3.15h6.148v3.044h-9.222V.378h9.222v3.017h-6.148zM79.4 12.578v3.044h-9.223V.378h3.075v12.2H79.4zM84.202 3.395v2.979h5.276v3.054h-5.276v3.15h6.148v3.044h-9.222V.378h9.222v3.017h-6.148zM107.591 0v15.622h-3.075V8.983l-4.403 6.384h-.019l-4.413-6.384v6.64h-3.075V0h.171l7.326 10.071L107.42 0h.171zM113.321 3.395v2.979h5.276v3.054h-5.276v3.15h6.148v3.044h-9.222V.378h9.222v3.017h-6.148zM131.407 3.415h-3.759v12.21h-3.083V3.414h-3.766V.38h10.608v3.035zM141.084 15.624l-4.868-7.207v7.207h-3.074L133.132.38h4.99c2.857 0 5.2 2.194 5.2 4.937 0 1.958-1.185 3.67-2.827 4.245l4.345 6.062h-3.756zm-4.876-8.38l1.975.01c1.043.01 1.974-.833 1.974-1.92s-.939-1.92-1.974-1.92h-1.975v3.83zM148.2 9.08l-4.736-8.7h3.473l2.79 5.295L152.518.38H156l-4.743 8.7v6.544h-3.055V9.08h-.002z" fill="#fff"/></svg>
99
</div>
10-
<button v-on:click="closePopup()" class="flex justify-center bg-container rounded-md p-1 w-8 h-8 m-6">
11-
<svg viewBox="0 0 329.269 329" width="15" height="15" class="fill-white"><defs/><path d="M194.8 164.77L323.013 36.555c8.343-8.34 8.343-21.825 0-30.164-8.34-8.34-21.825-8.34-30.164 0L164.633 134.605 36.422 6.391c-8.344-8.34-21.824-8.34-30.164 0-8.344 8.34-8.344 21.824 0 30.164l128.21 128.215L6.259 292.984c-8.344 8.34-8.344 21.825 0 30.164a21.266 21.266 0 0015.082 6.25c5.46 0 10.922-2.09 15.082-6.25l128.21-128.214 128.216 128.214a21.273 21.273 0 0015.082 6.25c5.46 0 10.922-2.09 15.082-6.25 8.343-8.34 8.343-21.824 0-30.164zm0 0"/></svg>
10+
<button v-on:click="closePopup()" class="flex justify-center bg-container rounded-md w-8 h-8 p-2 mt-6 mr-6">
11+
<svg viewBox="0 0 1000 1000" width="15" height="15" fill="white"><path d="M990 85.9l-75.8-76L500 424.2 85.8 9.9 10 85.8 424.2 500 10 914.2l75.8 75.9L500 575.8l414.2 414.3 75.8-76L575.9 500z"/></svg>
1212
</button>
1313
</div>
1414
<div class="flex">
@@ -109,7 +109,7 @@
109109
</div>
110110
</div>
111111
<div class="flex h-12 w-56 self-end mx-6">
112-
<button class="h-full w-4/6 rounded-md text-white"
112+
<button class="h-full w-4/6 rounded-md text-white text-xs"
113113
:class="[(getPageState() !== 'error' && getPageState() !== 'data') ? 'light:bg-black-light dark:bg-black-dark' : 'light:bg-green-dark dark:bg-green-light']">
114114
Submit a website
115115
</button>

0 commit comments

Comments
 (0)