Skip to content

Commit

Permalink
center videos when not singing. Fixes #221. Closes #213.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkaufman committed Feb 7, 2021
1 parent abd14e1 commit 023fe19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@
flex-direction: column;
overflow-y: scroll;
}
#remainderWindow > * {
margin: 1em;
}
#buckets {
flex-grow: 1;
display: none;
Expand All @@ -218,6 +215,7 @@
}
#unbucketedUsers {
flex-grow: 1;
text-align: center;
}
.bucket {
flex-grow: 1;
Expand Down Expand Up @@ -259,6 +257,7 @@
}
#bucketingGuide {
display: none;
margin: 1em;
}

body {
Expand Down Expand Up @@ -479,7 +478,8 @@
margin-bottom: 1em;
}
#acrossTop {
padding: 1em;
padding: 0.25em;
border-bottom: 1px solid #aaa;
}

#lyricsEntry {
Expand Down

0 comments on commit 023fe19

Please sign in to comment.