Skip to content

Commit

Permalink
Added green for playing local media, and padding every 16 buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkao committed Dec 29, 2020
1 parent b453b0f commit 3de3e31
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/SceneButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@
.quarter {
width: 25% !important;
}
.quarter:nth-child(16n+17) {
padding-top: 24px;
}
.quarter:nth-child(16n+18) {
padding-top: 24px;
}
.quarter:nth-child(16n+19) {
padding-top: 24px;
}
.quarter:nth-child(16n+20) {
padding-top: 24px;
}
.full-width {
height: 80px;
Expand Down
13 changes: 13 additions & 0 deletions src/components/SourceButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
}
.quarter {
width: 25% !important;
}
.quarter:nth-child(16n+17) {
padding-top: 24px;
}
.quarter:nth-child(16n+18) {
padding-top: 24px;
}
.quarter:nth-child(16n+19) {
padding-top: 24px;
}
.quarter:nth-child(16n+20) {
padding-top: 24px;
}
.full-width {
Expand Down

0 comments on commit 3de3e31

Please sign in to comment.