diff --git a/routes/_components/Label.html b/routes/_components/Label.html new file mode 100644 index 0000000..c3a192c --- /dev/null +++ b/routes/_components/Label.html @@ -0,0 +1,27 @@ +
+ + {label} + +
+ + \ No newline at end of file diff --git a/routes/_components/profile/AccountProfile.html b/routes/_components/profile/AccountProfile.html index e1c906b..b257874 100644 --- a/routes/_components/profile/AccountProfile.html +++ b/routes/_components/profile/AccountProfile.html @@ -24,11 +24,11 @@ .account-profile-grid { display: grid; - grid-template-areas: "avatar name followed-by follow" - "avatar username username follow" - "avatar note note follow" - "details details details details"; - grid-template-columns: min-content auto 1fr min-content; + grid-template-areas: "avatar name label followed-by follow" + "avatar username username username follow" + "avatar note note note follow" + "details details details details details"; + grid-template-columns: min-content auto 1fr 1fr min-content; grid-column-gap: 10px; grid-row-gap: 5px; padding: 20px; @@ -53,6 +53,7 @@ .account-profile-grid { display: grid; grid-template-areas: "avatar name follow" + "avatar label follow" "avatar username follow" "avatar followed-by follow" "note note note" diff --git a/routes/_components/profile/AccountProfileHeader.html b/routes/_components/profile/AccountProfileHeader.html index b13af1f..b046174 100644 --- a/routes/_components/profile/AccountProfileHeader.html +++ b/routes/_components/profile/AccountProfileHeader.html @@ -2,14 +2,18 @@
- +
+{#if label} +