Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
404mike committed Sep 12, 2024
1 parent a6406e3 commit 00cff86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/main.css

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/scss/item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,13 @@ audio {

#captionBox {
height: 150px;
padding: 10px;
padding: 10px 0;
overflow-y: auto;
}

.caption-box-active {
border: 1px solid black !important;
border-bottom: 1px solid #000 !important;
background: #cdcdcd;
}

.audio-cue {
Expand Down

0 comments on commit 00cff86

Please sign in to comment.