Skip to content

Iwaku - Style Fixes by ardent-a

Screenshot of Iwaku - Style Fixes

Details

Authorardent-a

LicenseNo License

Categoryiwakuroleplay

Created

Updated

Size776 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This stylesheet resolves various styling issues on Iwaku (account button font color, the scroll button, and the signature button).

Notes

-- CHANGELOG --
v3.0 (November 9, 2022)

  • Remove all reaction fixes
  • Rename stylesheet to "Style Fixes"

v2.2 (July 13, 2022)

  • Remove reaction 18 (Valentine)
  • Fix new reactions 19 (This Gives Me Plot Bunnies), 20 (Creepy), 21 (What a Twist), 22 (Hit Me in My Feels), 23 (I'm Shook), and 24 (Wicked).

v2.1 (April 14, 2022)

  • Remove linear gradient causing signature fade-out to appear black on light and gray theme users.

v2.0 (April 6, 2022)

  • Fix styling issue that causes account menu and chat badge to appear unreadable on lighter themes.
  • Fix styling issue causing scroll button to appear oval rather than circular.
  • Fix styling issue that causes toggle signature button to render underneath signature content.

v1.2 (February 15, 2022)

  • Fix new reaction 18 (Valentine)

v1.1 (January 16, 2022)

  • Fix new reactions 1 (Like), 2 (Love), and 3 (Haha)

Source code

/* ==UserStyle==
@name         Iwaku - Style Fixes
@version      20220106.17.49
@namespace    userstyles.world/user/ardent-a
@description  This stylesheet resolves various styling issues on Iwaku (account button font color, the scroll button, and the signature button).
@author       ardent-a
@license      No License
==/UserStyle== */

@-moz-document domain("iwakuroleplay.com")
{
/* USER MENU */
  .p-nav {
    color: inherit;
  }

/* CHAT BADGE */
  a[data-nav-id="siropuChat"] .badge--highlighted {
    color: inherit;
  }
    
/* SCROLL BUTTON */
  .button.button--scroll, button.button a.button.button--scroll {
    padding: 5px;
  }
    
/* TOGGLE SIGNATURE */
  .message-signature--expandable .uix_signatureExpand {
    z-index: 10;
  }
}

Reviews

No reviews yet.