Skip to content

Commit 18dde53

Browse files
committed
fix short text box for flavor text, fix gallery spacing over gallery filters
1 parent 3a89961 commit 18dde53

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/views/CardCreatorPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
<div class="mt-3 bg-zinc-300 bg-opacity-20 shadow-inner">
427427
<input
428428
v-model="model.FlavourText"
429-
class="py-3 px-2 mx-3 bg-transparent text-white text-opacity-100 text-s focus:border-black border-0 border-solid focus:outline-none focus:ring-0 placeholder-white placeholder-opacity-50"
429+
class="w-[95%] py-3 px-2 mx-3 bg-transparent text-white text-opacity-100 text-s focus:border-black border-0 border-solid focus:outline-none focus:ring-0 placeholder-white placeholder-opacity-50"
430430
placeholder="Quote that represents this card."
431431
maxLength="250"
432432
>

src/views/GalleryPage.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="flex text-white max-lg:flex-col justify-center">
33
<div
4-
class="self-start lg:sticky top-0 min-w-[25rem] flex justify-center lg:p-16 h-[100vh] mt-0 bg-[#552026]
4+
class="self-start lg:sticky top-0 min-w-[25rem] flex justify-center my-auto h-[100vh] mt-0 bg-[#552026]
55
max-lg:w-full max-lg:h-full max-lg:p-4 max-h-[90vh] max-h-[80vh] overflow-y-auto overflow-x-hidden"
66
>
77
<div class="">
@@ -25,7 +25,7 @@
2525
<GalleryFilterImageChooser :options="typeOptions" />
2626
<div class="">
2727
<p>Search for</p>
28-
<div class="space-y-4">
28+
<div class="">
2929
<CCInput
3030
v-model="galleryFilters.nameContains"
3131
placeholder="name"

0 commit comments

Comments
 (0)