Skip to content

Commit

Permalink
Increase outdated browser warning's bottom margin to 2
Browse files Browse the repository at this point in the history
Fixes #1992.
  • Loading branch information
gy-mate authored Jan 17, 2025
1 parent 959f019 commit 1f2997a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/pages/export.vue
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ if (import.meta.hot) {

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

0 comments on commit 1f2997a

Please sign in to comment.