We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2
1 parent 959f019 commit eb14912Copy full SHA for eb14912
packages/client/pages/export.vue
@@ -253,7 +253,7 @@ if (import.meta.hot) {
253
254
<div border="~ main rounded-lg" p3 flex="~ col gap-2" :class="isScreenshotSupported ? '' : 'border-orange'">
255
<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">
+ <div v-if="!isScreenshotSupported" class="min-w-full w-0 text-orange/100 p-1 mb-2 bg-orange/10 rounded">
257
<span class="i-carbon:warning-alt inline-block mb--.5" />
258
Your browser may not support image capturing.
259
If you encounter issues, please use a modern Chromium-based browser,
0 commit comments