Skip to content

Commit

Permalink
[modify] make SlotSongElements smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
inosms committed Jan 8, 2024
1 parent ad11032 commit a905657
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/SlotSongElement.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.horizontal-container {
margin: 0.5rem;
margin: 0.1rem;
display: grid;
grid-template-columns: 95% auto;
}

.song-element {
padding: 0.5rem;
padding: 0.3rem;
border-radius: 0.5rem;
background-color: var(--element-background-idle);
color: var(--element-foreground-idle);
Expand Down Expand Up @@ -34,8 +34,8 @@
grid-template-columns: auto 50px;

>.name {
padding: 0.4rem;
font-size: 1.2rem;
padding: 0.2rem;
font-size: 1rem;
text-align: left;
border: none;

Expand All @@ -47,8 +47,8 @@
}

.duration {
padding: 0.4rem;
font-size: 1.2rem;
padding: 0.2rem;
font-size: 0.8rem;
text-align: right;
border: none;
}
Expand Down

0 comments on commit a905657

Please sign in to comment.