Compare commits

..

No commits in common. "6bf7fc56551840b780c8d5a16536c19f7d307f63" and "c4e77acdeeffac41de2a64245838fdbf05bf0593" have entirely different histories.

4 changed files with 5 additions and 19 deletions

View File

@ -18,11 +18,6 @@
class="disclaimer"
>{{ config.disclaimer }}</p>
<p
v-if="config.showAnnouncement"
class="announcement"
>{{ config.announcement }}</p>
<div
ref="content"
class="content"
@ -199,21 +194,13 @@ export default {
</style>
<style lang="scss" scoped>
.disclaimer,
.announcement {
.disclaimer {
padding: .5rem 1rem;
margin: 0;
color: var(--text-light);
background: var(--warn);
font-weight: bold;
box-shadow: inset 0 0 3px var(--darken-weak);
text-align: center;
}
.disclaimer {
background: var(--warn);
}
.announcement {
background: var(--notice);
}
</style>

View File

@ -55,7 +55,6 @@ $breakpoint4: 1500px;
--error: #fd5555;
--warn: #fa0;
--success: #5c2;
--notice: #25c;
--enabled: #5c2;
--enabled-background: rgba(0, 255, 0, .1);

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.228.2",
"version": "1.228.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.228.2",
"version": "1.228.1",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.228.2",
"version": "1.228.1",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {