From bbf526b19c9831349a3b836f83b63363e6b33609 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sat, 25 Mar 2023 16:01:48 +0100 Subject: Updated 7 files (automated) --- includes/components/pane.inc | 1 + includes/flags.json | 1 + includes/fragments/member.inc | 102 ++++++++++++++++++++++++++++++++++-------- includes/util/score.inc | 18 ++++++-- includes/util/short.inc | 3 +- 5 files changed, 103 insertions(+), 22 deletions(-) (limited to 'includes') diff --git a/includes/components/pane.inc b/includes/components/pane.inc index 8a18407..eb735f5 100644 --- a/includes/components/pane.inc +++ b/includes/components/pane.inc @@ -114,6 +114,7 @@ foreach ($list as $color) { padding: 10px; display: block; border-bottom: 1px solid rgba(255, 255, 255, .25); + height: 47px; } .login-link-clickable { diff --git a/includes/flags.json b/includes/flags.json index 2b3f558..4c789da 100644 --- a/includes/flags.json +++ b/includes/flags.json @@ -20,6 +20,7 @@ "less_frequent": "!!Fronts less frequently", "not_fronting": "!!Doesn't front evenly", "persecutor": "!!Persecutor", + "private": "Hide from public listings", "pacifier": "Sleeps with pacifier", "other": "Having sex with %other%", "other2": "Potentially having sex with %other%", diff --git a/includes/fragments/member.inc b/includes/fragments/member.inc index 1d9530c..f1169c8 100644 --- a/includes/fragments/member.inc +++ b/includes/fragments/member.inc @@ -1,4 +1,6 @@ -
  • Date added: (, )
  • Pronouns:
  • -
  • Pronouns usage:
  • Color: ;display:inline-block;width:16px;height:16px;border-radius:5px;vertical-align: middle;filter: invert(1) hue-rotate(180deg);"> # -
  • Bitset: (0x, )
  • Not using bitset; please update.
  • Reduced name:
  • -
  • Shared memory access: ()
  • -
  • Protector: ()
  • -
  • Little: ()
  • -
  • Relations count:
  • -
  • - Score breakdown: - -
  • + Metadata: + + diff --git a/includes/util/score.inc b/includes/util/score.inc index 57c7a75..ad3c8e4 100644 --- a/includes/util/score.inc +++ b/includes/util/score.inc @@ -1,6 +1,9 @@ "/raindrops", "cb" => "/cloudburst", "minty" => "/cloudydreams", + "violetdawn" => "/sandydawn", "twilight" => "/twi", "luna" => "/princessluna", "cloudy" => "/cloudydreams", "zipp" => "/zippstorm", "babs" => "/babsseed", "frost" => "/frostcrystals", - "violet" => "/violetdawn" + "violet" => "/sandydawn" ]; foreach ($members as $member) { -- cgit