From 4f2d0d352252dbeb9f96f3ac547ea73271cb2239 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Thu, 25 Apr 2024 10:31:54 +0530 Subject: [PATCH] styling --- src/components/HelpModal.jsx | 58 ++++++++++++++++++++---------------- src/components/Profile.jsx | 2 +- src/style.css | 4 +-- 3 files changed, 36 insertions(+), 28 deletions(-) diff --git a/src/components/HelpModal.jsx b/src/components/HelpModal.jsx index afd14f4..6440b1f 100644 --- a/src/components/HelpModal.jsx +++ b/src/components/HelpModal.jsx @@ -1,5 +1,5 @@ -import { h } from 'preact'; import Modal from './Modal'; +import { Stack, VStack } from './Stack'; import { Button } from './common'; import { Trans } from '@lingui/macro'; @@ -7,15 +7,21 @@ export function HelpModal(props) { return (

-
Web Maker
- {props.version} + +
Web Maker
+ {props.version} +

Made with 💖&{' '} - 🙌 by{' '} + + {' '} + 🙌 + {' '} + by{' '}

-

+

); diff --git a/src/components/Profile.jsx b/src/components/Profile.jsx index be12699..ce92ec3 100644 --- a/src/components/Profile.jsx +++ b/src/components/Profile.jsx @@ -68,7 +68,7 @@ export function Profile({ user, logoutBtnHandler }) { } }, [user]); return ( - +
{window.user?.isPro && ( diff --git a/src/style.css b/src/style.css index d52a7f4..75dd409 100644 --- a/src/style.css +++ b/src/style.css @@ -2251,9 +2251,9 @@ while the theme CSS file is loading */ text-transform: uppercase; display: inline-block; padding: 0.1rem 0.3rem; - background: crimson; + background: rgb(255 255 255 / 40%); border-radius: 1rem; - font-size: 0.75em; + font-size: 0.75rem; color: #222; font-weight: 800; line-height: 1;