Skip to content

Releases: edwin-shdw/discord.css

v0.3.2

24 Jan 21:41
ee1f407
Compare
Choose a tag to compare

Fixes

  • Alerts now support rtl directions (f3943e1)
  • Removed underline from hovered disabled cancel button (326ff96)
  • Embed contents (author, title, description and fields) always align to the top (bcef3db)

Refactors

  • Use of :is() selector as it reduces css size (9146c70)

v0.3.1

18 Jan 20:41
f0396b0
Compare
Choose a tag to compare

Fixes

  • switches will no longer crush in case of long labels (6b856aa)
  • texts in embeds will no longer overflow and image will no longer overlap (30198aa)
  • message replies will now wrap (57ec969)
  • added responsiveness for messages (9738c4b)
  • added responsiveness for alerts (73a8288)

Refactors

  • renamed alert breakpoint variable from $breakpoint to $alert-breakpoint (6dd062e)

v0.3.0

30 Nov 19:58
f867b81
Compare
Choose a tag to compare

Features

Inputs

  • Inputs/Textareas
  • Radios
  • ranges
  • switches

Utilities

  • Focus ring

Fixes

  • add missing properties on button hover
  • add border radius on focus ring
  • minor embed corrections
  • use logical properties for messages
  • add object-fit: cover on message images
  • add active states on buttons, messages and sidebar
  • correct sidebar behaviour
  • fix active states on buttons
  • prevent hover style on checked radios + set active state
  • add radio support for firefox
  • remove active style from btn-cancel (#2)
  • fixed autoprefixer warning

WIP

  • Working on the documentation website for discord.css.

v0.2.1

04 Oct 22:48
Compare
Choose a tag to compare

Features

  • Alerts
  • Buttons
  • Embeds
  • Links
  • Mentions
  • Messages
  • Scrollbars
  • Sidebars
  • Tags