@@ -238,8 +238,8 @@ if (import.meta.hot) {
238
238
<div class =" min-w-fit" flex =" ~ col gap-3" >
239
239
<div border =" ~ main rounded-lg" p3 flex =" ~ col gap-2" >
240
240
<h2 >Export as Vector File</h2 >
241
- <div class =" flex flex-col gap-2 items-start min-w-max" >
242
- <button @click =" pdf" >
241
+ <div class =" flex flex-col gap-2 min-w-max" >
242
+ <button class = " slidev-form-button " @click =" pdf" >
243
243
PDF
244
244
</button >
245
245
</div >
@@ -253,22 +253,22 @@ if (import.meta.hot) {
253
253
If you encounter issues, please use a modern Chromium-based browser,
254
254
or export via the CLI.
255
255
</div >
256
- <div class =" flex flex-col gap-2 items-start min-w-max" >
257
- <button @click =" pptx" >
256
+ <div class =" flex flex-col gap-2 min-w-max" >
257
+ <button class = " slidev-form-button " @click =" pptx" >
258
258
PPTX
259
259
</button >
260
- <button @click =" pngsGz" >
260
+ <button class = " slidev-form-button " @click =" pngsGz" >
261
261
PNGs.gz
262
262
</button >
263
263
</div >
264
264
<div w-full h-1px border =" t main" my2 />
265
265
<div class =" relative flex flex-col gap-2 flex-nowrap" >
266
- <div class =" flex flex-col gap-2 items-start min-w-max" >
267
- <button v-if =" capturedImages" class =" flex justify-center items-center gap-2" @click =" capturedImages = null" >
266
+ <div class =" flex flex-col gap-2 min-w-max" >
267
+ <button v-if =" capturedImages" class =" slidev-form-button flex justify-center items-center gap-2" @click =" capturedImages = null" >
268
268
<span class =" i-carbon:trash-can inline-block text-xl" />
269
269
Clear Captured Images
270
270
</button >
271
- <button v-else class =" flex justify-center items-center gap-2" @click =" capturePngs" >
271
+ <button v-else class =" slidev-form-button flex justify-center items-center gap-2" @click =" capturePngs" >
272
272
<div class =" i-carbon:camera-action inline-block text-xl" />
273
273
Pre-capture Slides as Images
274
274
</button >
@@ -325,10 +325,6 @@ if (import.meta.hot) {
325
325
}
326
326
}
327
327
328
- button {
329
- --uno : ' w-full rounded bg-gray:10 px-4 py-2 hover:bg-gray/20' ;
330
- }
331
-
332
328
label {
333
329
--uno : text-xl flex gap-2 items-center select-none;
334
330
0 commit comments