Skip to content

Commit

Permalink
rm textdeco
Browse files Browse the repository at this point in the history
  • Loading branch information
ug.rp committed Apr 21, 2024
1 parent cbf7fe7 commit a78270e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions public/themes/classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ r4-track {
background-color: var(--c-bg2);
padding: calc(var(--s) / 2);
}
r4-track a {
background-color: transparent;
text-decoration: none;
}
r4-track-description a {
padding-left: calc(var(--s) / 4);
padding-right: calc(var(--s) / 4);
Expand Down
1 change: 0 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ r4-layout [slot='main'] {
flex-grow: 1;
}
r4-layout [slot='player'] {
justify-content: flex-end;
width: 100%;
flex: 1;
}
Expand Down

0 comments on commit a78270e

Please sign in to comment.