aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/components/volume.scss
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-08-14 00:00:24 +1000
committerGitHub <noreply@github.com>2018-08-14 00:00:24 +1000
commit48bf36831611a854f24f8bc9f40d0944c381bd29 (patch)
tree165ac6d7b4dbd93f9459e195eaa6c5ba2c411005 /src/sass/components/volume.scss
parenta8f8486cf49aebc09c8f57bec2f8172970974536 (diff)
parent8f94ce86a04c1b8f7cc17e7d578c6b8c76572319 (diff)
downloadplyr-48bf36831611a854f24f8bc9f40d0944c381bd29.tar.lz
plyr-48bf36831611a854f24f8bc9f40d0944c381bd29.tar.xz
plyr-48bf36831611a854f24f8bc9f40d0944c381bd29.zip
Merge pull request #1160 from sampotts/develop
v3.4.0
Diffstat (limited to 'src/sass/components/volume.scss')
-rw-r--r--src/sass/components/volume.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/sass/components/volume.scss b/src/sass/components/volume.scss
index d22b7cba..82a6dd36 100644
--- a/src/sass/components/volume.scss
+++ b/src/sass/components/volume.scss
@@ -3,20 +3,23 @@
// --------------------------------------------------------------
.plyr__volume {
+ align-items: center;
+ display: flex;
flex: 1;
position: relative;
input[type='range'] {
+ margin-left: ($plyr-control-spacing / 2);
position: relative;
z-index: 2;
}
@media (min-width: $plyr-bp-sm) {
- max-width: 50px;
+ max-width: 90px;
}
@media (min-width: $plyr-bp-md) {
- max-width: 80px;
+ max-width: 110px;
}
}