Clean up clean up everybody everywhere

This commit is contained in:
foxster-mp4
2023-08-17 13:23:13 -07:00
parent 71d7684719
commit 1cc185d3cc
6 changed files with 53 additions and 51 deletions

View File

@@ -88,29 +88,6 @@ a {
word-wrap: break-word
}
#more button {
min-width: 0 !important;
margin-left: 2px !important;
padding: 0;
font-size: 15px;
font-weight: 500;
text-transform: none;
border-radius: 4px;
border: none;
background: unset;
color: var(--accent-color);
cursor: pointer;
position: absolute;
bottom: 0;
right: 0;
padding-left: 36px;
background: linear-gradient(to right, transparent, var(--color-bg) 35%);
}
#more:hover {
opacity: 1;
}
/* What's new */
#whats-new,