Skip to content
Snippets Groups Projects
Commit 9650b6b1 authored by Ciarán Ainsworth's avatar Ciarán Ainsworth
Browse files

Added padding to volume slider

parent ea4fc263
No related branches found
No related tags found
No related merge requests found
Added padding to volume slider to ease mouse control (#1241)
\ No newline at end of file
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
max="1" max="1"
v-model="sliderVolume" /> v-model="sliderVolume" />
</div> </div>
</button class="circular control"> </button>
</template> </template>
<script> <script>
import { mapState, mapGetters, mapActions } from "vuex" import { mapState, mapGetters, mapActions } from "vuex"
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
} }
input { input {
max-width: 8.5em; max-width: 8.5em;
padding: 1em;
} }
&:not(:hover):not(.expanded) .popup { &:not(:hover):not(.expanded) .popup {
display: none; display: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment