From 69d9d0de6d59acedfd211cafe1601c11716e76b9 Mon Sep 17 00:00:00 2001 From: rjt Date: Mon, 26 Jul 2021 02:18:06 +0000 Subject: [PATCH] Styles to de-truncate links --- custom.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/custom.css b/custom.css index c91ee29..280a235 100644 --- a/custom.css +++ b/custom.css @@ -24,15 +24,30 @@ cite { /* Removes nav area from /about/more /public and profiles */ +/* div.public-layout > div.container > nav.header { display:none!important; } +*/ /* Remove scrollbar styling */ html { scrollbar-color:unset; } +/* De-truncate links */ +span.ellipsis::after { + content:""; +} +span.invisible { + display:inline; + font-size:inherit; + height:inherit; + line-height:inherit; + position:inherit; + width:inherit; +} + /* Place display name and account on separate lines */ strong.display-name__html { display:block; @@ -261,3 +276,7 @@ div.landing div.hero-widget__footer { .admin-wrapper .sidebar-wrapper { flex:none; } + +/*testing*/ + +a:hover {color:#ffaec9!important;}