File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 =" " >
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"
You can’t perform that action at this time.
0 commit comments