From 49ed027b5c7230640e67db54efa5ec11cacdc240 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Tue, 17 Sep 2024 19:45:26 +0000 Subject: [PATCH] Update src/styles/author.css --- src/styles/author.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/styles/author.css b/src/styles/author.css index 9f1743c..97e8a30 100644 --- a/src/styles/author.css +++ b/src/styles/author.css @@ -145,11 +145,11 @@ } .IBMSMSMSSS_Author_Top_Name { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; color: rgba(255,255,255,0.75); - max-width: 223px; + display: -webkit-box; + -webkit-box-orient: vertical; + overflow: hidden; + -webkit-line-clamp: 1; } .IBMSMSMSSS_Author_Top_PPWrapper { @@ -161,10 +161,10 @@ .IBMSMSMSSS_Author_Top_Handle { color: rgba(255,255,255,0.5); + display: -webkit-box; + -webkit-box-orient: vertical; overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - max-width: 223px; + -webkit-line-clamp: 1; } .IBMSMSMSSS_Author_Top_Handle.IBMSMSMSSS_Author_Top_HandleNomen {