From 5ab1c0a5f8fe1d48869243dd92aa27e72356511e Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Sat, 24 Feb 2024 11:07:21 +0100 Subject: [PATCH] some profile layouting --- src/Components/Profile/OverlayProfile.tsx | 8 ++++---- src/Components/Profile/TagsWidget.tsx | 2 +- src/Components/Templates/TagView.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Components/Profile/OverlayProfile.tsx b/src/Components/Profile/OverlayProfile.tsx index fea7ad4a..ea299232 100644 --- a/src/Components/Profile/OverlayProfile.tsx +++ b/src/Components/Profile/OverlayProfile.tsx @@ -91,13 +91,13 @@ export function OverlayProfile() {
setActiveTab(1)} /> -
+
setActiveTab(2)} /> -
-
+
+
{ offers.length > 0 ? @@ -126,7 +126,7 @@ export function OverlayProfile() {
setActiveTab(3)} /> -
+
diff --git a/src/Components/Profile/TagsWidget.tsx b/src/Components/Profile/TagsWidget.tsx index d3a359a6..55a6992b 100644 --- a/src/Components/Profile/TagsWidget.tsx +++ b/src/Components/Profile/TagsWidget.tsx @@ -85,7 +85,7 @@ export const TagsWidget = ({placeholder, containerStyle, defaultTags, onUpdate})
-
#{decodeTag(tag.name)} +
{decodeTag(tag.name)}
))} diff --git a/src/Components/Templates/TagView.tsx b/src/Components/Templates/TagView.tsx index acb7a32e..b560b71d 100644 --- a/src/Components/Templates/TagView.tsx +++ b/src/Components/Templates/TagView.tsx @@ -8,7 +8,7 @@ export const TagView = ({tag, heighlight, onClick} : {tag: Tag, heighlight?: boo
-
#{decodeTag(tag.name)} +
{decodeTag(tag.name)}
)