kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Merge branch '1241-make-player-fader-thicker' into 'develop'
Resolve "Make player fader thicker" Closes #1241 See merge request funkwhale/funkwhale!1248environments/review-docs-devel-1399dq/deployments/6607
commit
57cff7793f
|
@ -0,0 +1 @@
|
|||
Added padding to volume slider to ease mouse control (#1241)
|
|
@ -34,7 +34,7 @@
|
|||
max="1"
|
||||
v-model="sliderVolume" />
|
||||
</div>
|
||||
</button class="circular control">
|
||||
</button>
|
||||
</template>
|
||||
<script>
|
||||
import { mapState, mapGetters, mapActions } from "vuex"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
}
|
||||
input {
|
||||
max-width: 8.5em;
|
||||
padding: 1em;
|
||||
}
|
||||
&:not(:hover):not(.expanded) .popup {
|
||||
display: none;
|
||||
|
|
Ładowanie…
Reference in New Issue