Merge branch '1241-make-player-fader-thicker' into 'develop'

Resolve "Make player fader thicker"

Closes #1241

See merge request funkwhale/funkwhale!1248
This commit is contained in:
Agate 2020-11-22 18:15:32 +01:00
commit 57cff7793f
3 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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"

View File

@ -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;