Skip to content

Commit eb14912

Browse files
authored
fix: increase outdated browser warning's bottom margin to 2 (#2011)
1 parent 959f019 commit eb14912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/pages/export.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ if (import.meta.hot) {
253253

254254
<div border="~ main rounded-lg" p3 flex="~ col gap-2" :class="isScreenshotSupported ? '' : 'border-orange'">
255255
<h2>Export as Images</h2>
256-
<div v-if="!isScreenshotSupported" class="min-w-full w-0 text-orange/100 p-1 mb--4 bg-orange/10 rounded">
256+
<div v-if="!isScreenshotSupported" class="min-w-full w-0 text-orange/100 p-1 mb-2 bg-orange/10 rounded">
257257
<span class="i-carbon:warning-alt inline-block mb--.5" />
258258
Your browser may not support image capturing.
259259
If you encounter issues, please use a modern Chromium-based browser,

0 commit comments

Comments
 (0)