This commit is contained in:
Damien Ostler 2024-06-02 07:54:45 -04:00
parent 78a25ab398
commit b6736651c5
4 changed files with 6 additions and 6 deletions

View File

@ -37,8 +37,8 @@ function PageComponent() {
return ( return (
<div className="w-full text-white flex justify-center items-center animate-in"> <div className="w-full text-white flex justify-center items-center animate-in">
<div className="w-2/3 rounded-md bg-primary p-12 mt-32 shadow-lg"> <div className="w-2/3 rounded-md bg-primary p-12 mt-32 shadow-lg opacity-90 backdrop-blur-lg">
<div className="w-1/2 rounded-md bg-primary-dark p-12 shadow-lg"> <div className="w-1/2 rounded-md bg-primary-dark p-12 shadow-lg opacity-90 backdrop-blur-lg">
<input type="text" className="mb-4 mr-2 rounded-md bg-primary p-2 w-full text-white" placeholder="Search all users by email" /> <input type="text" className="mb-4 mr-2 rounded-md bg-primary p-2 w-full text-white" placeholder="Search all users by email" />
<div className="w-full h-96 overflow-y-scroll no-scrollbar"> <div className="w-full h-96 overflow-y-scroll no-scrollbar">
<table className="w-full"> <table className="w-full">

View File

@ -44,7 +44,7 @@ function PageComponent() {
return ( return (
<div className="w-full text-white flex justify-center items-center animate-in"> <div className="w-full text-white flex justify-center items-center animate-in">
<div className="w-1/2 rounded-md bg-primary p-12 mt-32 shadow-lg"> <div className="w-1/2 rounded-md bg-primary opacity-90 backdrop-blur-lg p-12 mt-32 shadow-lg">
<div className="w-full flex"> <div className="w-full flex">
<input <input
type="text" type="text"

View File

@ -44,7 +44,7 @@ function PageComponent() {
return ( return (
<div className="w-full h-1/2 text-white flex justify-center items-center animate-in"> <div className="w-full h-1/2 text-white flex justify-center items-center animate-in">
<div className="w-full lg:w-1/3 rounded-md bg-primary p-12 m-1 mt-32 shadow-lg"> <div className="w-full lg:w-1/3 rounded-md bg-primary opacity-90 p-12 m-1 mt-32 shadow-lg backdrop-blur">
<div className="w-full flex"> <div className="w-full flex">
<input type="text" className="mb-8 mr-2 rounded-md bg-secondary p-2 w-1/2 text-white shadow-lg" placeholder="Tag Name" /> <input type="text" className="mb-8 mr-2 rounded-md bg-secondary p-2 w-1/2 text-white shadow-lg" placeholder="Tag Name" />
<button className="ml-2 shadow-lg w-1/2 h-10 text-center bg-success hover:bg-success-light text-white font-bold rounded flex items-center justify-center"> <button className="ml-2 shadow-lg w-1/2 h-10 text-center bg-success hover:bg-success-light text-white font-bold rounded flex items-center justify-center">
@ -80,7 +80,7 @@ function PageComponent() {
</table> </table>
</div> </div>
</div> </div>
<div className="w-full lg:w-1/2 rounded-md bg-primary p-12 m-1 mt-32 shadow-lg"> <div className="w-full lg:w-1/2 rounded-md bg-primary opacity-90 backdrop-blur-lg p-12 m-1 mt-32 shadow-lg">
<div className="w-full flex"> <div className="w-full flex">
<SearchInput placeholderTags={[ <SearchInput placeholderTags={[
{ value: "tags", label: "❗️ click here to add tags to search" } { value: "tags", label: "❗️ click here to add tags to search" }

View File

@ -14,7 +14,7 @@ function PageComponent() {
return ( return (
<div className="w-full text-white flex justify-center items-center animate-in"> <div className="w-full text-white flex justify-center items-center animate-in">
<div className="w-full lg:w-1/2 rounded-md bg-primary p-12 mt-32 shadow-lg "> <div className="w-full lg:w-1/2 rounded-md opacity-90 backdrop-blur-lg bg-primary p-12 mt-32 shadow-lg ">
<div className="w-full flex pb-48"> <div className="w-full flex pb-48">
<GalleryThumbnail id={"Test Gallery"} columns={3} onSelect={function (id: string, columns: number): void { <GalleryThumbnail id={"Test Gallery"} columns={3} onSelect={function (id: string, columns: number): void {
} } title={""} subscription={""} tags={[]} showNsfw={false} nsfw={false} ></GalleryThumbnail> } } title={""} subscription={""} tags={[]} showNsfw={false} nsfw={false} ></GalleryThumbnail>