Skip to content

Commit

Permalink
CSS Rules Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfung1031 committed Jan 4, 2025
1 parent 87c547e commit 74e7aae
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions GeniusLyrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// ==UserLibrary==
// @name GeniusLyrics
// @description Downloads and shows genius lyrics for Tampermonkey scripts
// @version 5.16.4
// @version 5.16.5
// @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
// @copyright 2019, cuzi (cuzi@openmail.cc) and contributors
// @supportURL https://github.com/cvzi/genius-lyrics-userscript/issues
Expand Down Expand Up @@ -3108,11 +3108,6 @@ Browser: ${navigator.userAgent}
/* look better */
}
div[class*="Header"] {
max-width: unset;
/* default just 50%; want full width */
}
div[class*="SongHeader"] h1 {
font-size: 200%; /* by default */
white-space: break-spaces;
Expand Down Expand Up @@ -3444,6 +3439,9 @@ Browser: ${navigator.userAgent}
.ncLabelWithIconQ[class] svg {
fill: currentColor;
}
.ncSongHeaderQ-inner[class] {
width: auto;
}
`

const contentStyleByDefault = `
Expand Down

0 comments on commit 74e7aae

Please sign in to comment.