Skip to content

Commit

Permalink
docs(examples): update stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Jun 30, 2023
1 parent a9ac29d commit 4620f29
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions examples/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,23 +120,29 @@ button:hover {
margin-right: 1em;
}

.popup-music .title .icon *, .popup-music .title .label {
.popup-music .icon-box {
margin-right: 0.4em;
}

.popup-music .title .icon, .popup-music .title .label {
font-size: 1.7em;
}

.popup-music .controls *:disabled {
color: @color_border;
}

.popup-music .volume scale slider {
.popup-music .volume .slider slider {
border-radius: 100%;
}

/* volume icon */
.popup-music .volume > box:last-child label {
margin-left: 6px;
.popup-music .volume .icon {
margin-left: 4px;
}

.popup-music .progress .slider slider {
border-radius: 100%;
}

/* -- script -- */

Expand Down

0 comments on commit 4620f29

Please sign in to comment.