Немного поправил отступы
This commit is contained in:
parent
b17b151017
commit
2878ed2684
|
@ -4,7 +4,7 @@
|
|||
<div class="wave"/>
|
||||
<div class="wave"/>
|
||||
<v-card-text class="d-flex justify-center align-center h-100">
|
||||
<v-card class="bg-grey-darken-3 d-flex flex-column justify-center w-75" :class="isWide ? 'h-100' : 'h-auto'">
|
||||
<v-card class="bg-grey-darken-3 pl-6 pr-6 d-flex flex-column justify-center w-75" :class="isWide ? 'h-100' : 'h-auto'">
|
||||
<v-card-title>Вставьте ссылку:</v-card-title>
|
||||
<v-card-text class="d-flex flex-column justify-center w-100 h-auto flex-grow-0">
|
||||
<v-text-field class="h-auto flex-grow-0" v-model="url" label="Ссылка" :loading="fetching"/>
|
||||
|
|
Loading…
Reference in New Issue