From 32821a24718b03e91f54e96c0c93935524ce8f76 Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Thu, 2 Feb 2023 12:00:43 +0000 Subject: [PATCH] More profile adjustments --- src/routes/_components/TabSet.html | 2 +- src/routes/_components/profile/AccountProfile.html | 1 + src/routes/_components/profile/AccountProfileDetails.html | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/routes/_components/TabSet.html b/src/routes/_components/TabSet.html index 8fd7c012..fbf773c7 100644 --- a/src/routes/_components/TabSet.html +++ b/src/routes/_components/TabSet.html @@ -69,7 +69,7 @@ } a { - padding: .75em; + padding: 0.75em 0.5em; color: var(--body-text-color); font-size: 1.1em; flex: 1; diff --git a/src/routes/_components/profile/AccountProfile.html b/src/routes/_components/profile/AccountProfile.html index 5f513b29..cbb18018 100644 --- a/src/routes/_components/profile/AccountProfile.html +++ b/src/routes/_components/profile/AccountProfile.html @@ -79,6 +79,7 @@ grid-template-columns: min-content minmax(auto, 1fr) min-content; grid-template-rows: min-content min-content 1fr min-content; padding: 10px; + padding-bottom: 0; } } diff --git a/src/routes/_components/profile/AccountProfileDetails.html b/src/routes/_components/profile/AccountProfileDetails.html index 6e55521e..c275da01 100644 --- a/src/routes/_components/profile/AccountProfileDetails.html +++ b/src/routes/_components/profile/AccountProfileDetails.html @@ -50,12 +50,15 @@ } .account-profile-details-item-datum { - color: var(--body-text-color); margin-right: 5px; font-weight: 600; } - @media (max-width: 767px) { + .account-profile-details-item:not(:hover):not(:focus) .account-profile-details-item-datum { + color: var(--body-text-color); + } + + @media (max-width: 374px) { .account-profile-details { margin-bottom: 0; }