Small update, change app tule rendering

This commit is contained in:
Aurelien Vaillant
2020-04-06 14:25:18 +02:00
parent 6040b55479
commit 0a9fbf7282
+3 -3
View File
@@ -384,7 +384,7 @@ body.logged, .logged .content {
border: 30px solid #2c2b27; border: 30px solid #2c2b27;
transform: rotate(7deg); 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; width: 0;
height: 0; height: 0;
position: absolute; position: absolute;
@@ -415,15 +415,15 @@ body.logged, .logged .content {
.listing-apps a .first-letter { .listing-apps a .first-letter {
font-family: 'NotoSansBold', serif; font-family: 'NotoSansBold', serif;
line-height: 2em;
} }
.listing-apps a:hover .first-letter { .listing-apps a:hover .first-letter {
width: 100%; width: 100%;
height: 100%; height: 100%;
display: inline; display: inline;
position: relative; position: relative;
} }
/* ------------------------ /* ------------------------
Page Edit User Page Edit User
------------------------ */ ------------------------ */