Added padding to volume slider

environments/review-docs-devel-1399dq/deployments/6607
Ciarán Ainsworth 2020-11-21 20:07:54 +00:00
rodzic ea4fc2632e
commit 9650b6b1b0
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -0,0 +1 @@
Added padding to volume slider to ease mouse control (#1241)

Wyświetl plik

@ -34,7 +34,7 @@
max="1"
v-model="sliderVolume" />
</div>
</button class="circular control">
</button>
</template>
<script>
import { mapState, mapGetters, mapActions } from "vuex"

Wyświetl plik

@ -24,6 +24,7 @@
}
input {
max-width: 8.5em;
padding: 1em;
}
&:not(:hover):not(.expanded) .popup {
display: none;