Styles to de-truncate links

This commit is contained in:
rjt 2021-07-26 02:18:06 +00:00
parent 3d4db91e95
commit 69d9d0de6d
1 changed files with 19 additions and 0 deletions

View File

@ -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;}