Fixed margins of inputs.

This commit is contained in:
Kylart 2017-04-22 15:32:44 +02:00
parent 765e242a1e
commit b1ce71e357
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<v-col md8 sm6 xs0></v-col>
<v-col md2 sm3 xs12>
<v-select
class="select"
v-bind:items="fansubList"
v-model="$store.state.releaseFansub"
label="Fansub"
@ -16,6 +17,7 @@
</v-col>
<v-col md1 sm2 xs12>
<v-select
class="select"
v-bind:items="qualityList"
v-model="$store.state.releaseQuality"
label="Quality"
@ -189,6 +191,11 @@
margin-bottom: 0;
}
.select
{
margin: 10px 0 5px 0;
}
/* ----- Refresh button ----- */
.refresh-button-container
{