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

View File

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

4
package-lock.json generated
View File

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

View File

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