From 90b3d8a4d685b135eadda0444ffacea1e857e310 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Thu, 18 Mar 2021 04:01:35 +0100 Subject: [PATCH] Compacted warning page. --- assets/components/container/warning.vue | 36 +++++++++++------------ assets/components/releases/scene-tile.vue | 7 +++-- seeds/00_tags.js | 16 +++++----- 3 files changed, 30 insertions(+), 29 deletions(-) diff --git a/assets/components/container/warning.vue b/assets/components/container/warning.vue index a81c4309..7f5f0e9e 100644 --- a/assets/components/container/warning.vue +++ b/assets/components/container/warning.vue @@ -1,22 +1,21 @@ @@ -84,21 +81,22 @@ export default { .logo { width: 8rem; - display: flex; + display: inline-flex; fill: var(--primary); - margin: 1rem auto 0 auto; + margin: -.125rem .5rem 0 0; } -.title, .copy, .rules { - padding: 1rem; + padding: .5rem 1rem; } .title { - display: block; + display: flex; + align-items: center; + justify-content: center; font-size: 2rem; - margin: 0 0 1rem 0; + margin: 1rem 0 0 0; color: var(--text-light); } @@ -203,7 +201,7 @@ export default { .preferences { color: var(--lighten); display: block; - padding: .5rem 0 2rem 0; + padding: .5rem 0 1rem 0; text-align: center; font-size: .9rem; } diff --git a/assets/components/releases/scene-tile.vue b/assets/components/releases/scene-tile.vue index f20d7dc8..2be75d54 100644 --- a/assets/components/releases/scene-tile.vue +++ b/assets/components/releases/scene-tile.vue @@ -164,12 +164,16 @@ export default { position: absolute; top: 0; left: 0; - padding: .05rem .25rem .1rem .15rem; + width: 1rem; + height: 1rem; + box-sizing: border-box; + padding: .1rem; border-radius: 0 0 .5rem 0; color: var(--text-light); background: var(--primary); font-size: .8rem; font-weight: bold; + line-height: 1; } } @@ -372,7 +376,6 @@ export default { .tile.new .poster::after { bottom: 0; top: auto; - padding: .1rem .25rem .05rem .15rem; border-radius: 0 .5rem 0 0; } } diff --git a/seeds/00_tags.js b/seeds/00_tags.js index 5b8ebc97..af0e30f4 100644 --- a/seeds/00_tags.js +++ b/seeds/00_tags.js @@ -116,19 +116,19 @@ const tags = [ { name: 'anal', slug: 'anal', - description: 'Getting fucked in the asshole.', + description: 'Getting your asshole fucked. Generally considered naughtier, you may or may not find it a pleasurable alternative to vaginal sex. Enjoyable anal sex tends to require practice and patience, a rectal douching ritual, as well and a generous use of water-based lubricant to ensure comfort and prevent small tears that could lead to bacterial infections. Although you cannot get pregnant through anal sex directly, there is an increased risk of passing STDs, so the use of condoms and regular health checks are strongly recommended.', priority: 9, group: 'penetration', }, { name: 'anal fingering', slug: 'anal-fingering', - description: 'Inserting one or multiple fingers into the asshole.', + description: 'Inserting one or multiple fingers into your asshole. If you use your entire hand beyond the knuckles, you are [anal fisting](/tag/anal-fisting).', }, { name: 'anal fisting', slug: 'anal-fisting', - description: 'Shoving an entire hand into the asshole.', + description: 'Shoving an entire hand into your asshole.', }, { name: 'anal prolapse', @@ -344,7 +344,7 @@ const tags = [ { name: 'double anal', slug: 'dap', - description: 'Two cocks in the ass at the same time. If there\'s a third cock in her pussy, it is [double anal TP](/tag/da-tp).', + description: 'Two cocks filling up your ass at the same time. If there\'s a third cock in your pussy, it is [double anal triple penetration](/tag/da-tp).', priority: 8, group: 'penetration', }, @@ -389,7 +389,7 @@ const tags = [ name: 'deepthroat', slug: 'deepthroat', priority: 6, - description: 'Shoving a cock down your throat during a [blowjob](/tag/blowjob) or [facefuck](/tag/facefucking), giving them a tight sensation while showing off your skills. Without practice, their cock hitting the back of your mouth may make you [gag](/tag/gagging).', + description: 'Shoving a cock down your throat during a [blowjob](/tag/blowjob) or [facefuck](/tag/facefucking), giving them a tight sensation while showing off your skills. Without practice, a cock hitting the back of your mouth will likely make you [gag](/tag/gagging).', group: 'oral', }, { @@ -406,7 +406,7 @@ const tags = [ { name: 'double vaginal', slug: 'dvp', - description: 'Fucking her pussy with two cocks at the same time. If there\'s a third cock in her asshole, it is [double vaginal TP](/tag/dv-tp).', + description: 'Getting fucked with two cocks in your pussy at the same time. If there\'s a third cock in your asshole, it is [double vaginal triple penetration](/tag/dv-tp).', priority: 8, group: 'penetration', }, @@ -960,14 +960,14 @@ const tags = [ name: 'DA triple penetration', slug: 'da-tp', priority: 7, - description: 'Triple penetration with two cocks in the ass, and one in the pussy. Also see [double vaginal TP](/tag/dv-tp).', + description: 'Triple penetration with [two cocks in your ass](/tag/dap), and one in your pussy. Also see [double vaginal triple penetration](/tag/dv-tp).', group: 'penetration', }, { name: 'DV triple penetration', slug: 'dv-tp', priority: 7, - description: 'Triple penetration with two cocks in the pussy, and one in the ass. Also see [double anal TP](/tag/da-tp).', + description: 'Triple penetration with [two cocks in your pussy](/tag/dvp), and one in [your ass](/tag/anal). Also see [double anal triple penetration](/tag/da-tp).', group: 'penetration', }, {