From f708dd6530a27eb7432c33827c7084af416f693b Mon Sep 17 00:00:00 2001 From: freakoverse Date: Tue, 17 Sep 2024 19:35:23 +0000 Subject: [PATCH] css mobile optimizing --- src/styles/author.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/styles/author.css b/src/styles/author.css index 98a5b11..9f1743c 100644 --- a/src/styles/author.css +++ b/src/styles/author.css @@ -149,6 +149,7 @@ white-space: nowrap; text-overflow: ellipsis; color: rgba(255,255,255,0.75); + max-width: 223px; } .IBMSMSMSSS_Author_Top_PPWrapper { @@ -160,6 +161,15 @@ .IBMSMSMSSS_Author_Top_Handle { color: rgba(255,255,255,0.5); + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + max-width: 223px; +} + +.IBMSMSMSSS_Author_Top_Handle.IBMSMSMSSS_Author_Top_HandleNomen { + color: #F7931A; + font-weight: bold; } .IBMSMSMSSS_Author_Top_NostrLinksLink.IBMSMSMSSS_A_T_NLL_IBMSMSMSSSFollow {