Skip to content

my libre.fm by codeiter

Screenshot of my libre.fm

Details

Authorcodeiter

LicenseGPL-3.0-or-later

Categoryuserstyles

Created

Updated

Size765 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

custom libre.fm style

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           my libre.fm
@namespace      com.github.codeiter.userstyle
@version        1.1.1
@description    custom libre.fm style - 3/5/2022, 1:15:57 PM
@author         Mohamed Amin Boubaker
@license        GPL-3.0-or-later
@preprocessor   stylus
==/UserStyle== */

@-moz-document url-prefix("https://libre.fm/listen.php") {
  /* player... */
  #player {
    width: fit-content !important;
    margin: 0 auto 0 auto !important;
  }
  #interface {
    width: 700px !important;
  }
  #artistname {
    font-size: 20px !important;
  }
  #timeinfo {
    font-size: 20px !important;
  }
  #trackname {
    font-size: 30px !important;
  }
  #tracktags {
    font-size: 18px !important;
  }
  .tunebutton {
    padding: 0 10px 0 10px !important;
  }
}

Reviews

No reviews yet.