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,

View File

@@ -394,6 +394,30 @@ a>button {
}
}
#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%);
line-height: 1.5em;
}
#more:hover {
opacity: 1;
}
.header a,
#nav-bar #back {
display: flex;

View File

@@ -1,3 +1,11 @@
/*
version-history.css
altsource-viewer (https://github.com/therealFoxster/altsource-viewer)
Copyright (c) 2023 Foxster.
MIT License.
*/
#main {
padding-top: 8rem;
}
@@ -58,24 +66,4 @@ a {
position: relative;
word-wrap: break-word;
/* line-height: 1.5em; */
}
#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%);
line-height: 1.5em;
}
}