Skip to content

Commit

Permalink
TidalTags - Actually fix css spacing for titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Jun 19, 2024
1 parent 635537b commit d07bf2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/TidalTags/src/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { settingsCSS } from "../../../lib/css/settings";

appendStyle(`
${settingsCSS}
div[class^="titleText--"] {
max-width: 210px;
span[class^="titleText--"] {
max-width: 190px;
}
.quality-tag-container {
display: inline-flex;
Expand Down

0 comments on commit d07bf2a

Please sign in to comment.