Buildout
This commit is contained in:
@ -4609,7 +4609,8 @@ input[type="submit"] {
|
||||
font-weight: 600;
|
||||
text-align: left;
|
||||
border-radius: 3px;
|
||||
box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2); }
|
||||
box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
|
||||
z-index: 9; }
|
||||
.snapcast-volume-control .volumes:after {
|
||||
content: '';
|
||||
display: block;
|
||||
@ -4639,6 +4640,12 @@ input[type="submit"] {
|
||||
left: -2px;
|
||||
padding: 2px;
|
||||
color: #000000; }
|
||||
@media (max-width: 800px) {
|
||||
.snapcast-volume-control .volumes {
|
||||
width: 86vw;
|
||||
right: 0; }
|
||||
.snapcast-volume-control .volumes:after {
|
||||
right: 9px; } }
|
||||
|
||||
aside {
|
||||
position: fixed;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -77,7 +77,7 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1527816197";
|
||||
var build = "1527842697";
|
||||
var version = "3.19.0";
|
||||
|
||||
// Construct the script tag
|
||||
|
||||
Reference in New Issue
Block a user