From 0a9fbf7282a4ecdf21f8567eb4c3713e6687b3c1 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Mon, 6 Apr 2020 14:25:18 +0200 Subject: [PATCH] Small update, change app tule rendering --- custom_portal.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_portal.css b/custom_portal.css index 7a96a2a..f50d514 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -384,7 +384,7 @@ body.logged, .logged .content { border: 30px solid #2c2b27; transform: rotate(7deg); } -.listing-apps a::after, .listing-apps a::before, .listing-apps a:hover::after, .listing-apps a:hover::before, .listing-apps a .first-letter { +.listing-apps a::after, .listing-apps a::before, .listing-apps a:hover::after, .listing-apps a:hover::before { width: 0; height: 0; position: absolute; @@ -415,15 +415,15 @@ body.logged, .logged .content { .listing-apps a .first-letter { font-family: 'NotoSansBold', serif; + line-height: 2em; } .listing-apps a:hover .first-letter { width: 100%; height: 100%; - display: inline; + display: inline; position: relative; } - /* ------------------------ Page Edit User ------------------------ */