fill-height is now a class, dense is a density and fix all v-selects
This commit is contained in:
parent
fba172d5cf
commit
bde99dc242
14 changed files with 109 additions and 90 deletions
|
|
@ -5,7 +5,7 @@
|
|||
:class="{ 'voice-recorder': true, ptt: usePTT, row: !usePTT }"
|
||||
ref="vrroot"
|
||||
>
|
||||
<v-container v-if="!usePTT" fluid fill-height>
|
||||
<v-container v-if="!usePTT" fluid class="fill-height">
|
||||
<v-row align="center" class="mt-3">
|
||||
<v-col cols="4" align="center">
|
||||
<v-btn v-show="state == states.RECORDED" icon @click.stop="redo">
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
</v-row>
|
||||
</v-container>
|
||||
|
||||
<v-container fluid fill-height>
|
||||
<v-container fluid class="fill-height">
|
||||
<v-row align="center">
|
||||
<v-col cols="3">
|
||||
<div class="recording-time">
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
v-if="willCancel"
|
||||
class="will-cancel"
|
||||
>
|
||||
<v-container fluid fill-height>
|
||||
<v-container fluid class="fill-height">
|
||||
<v-row align="center">
|
||||
<v-col cols="3">
|
||||
<v-icon color="white">delete_outline</v-icon>
|
||||
|
|
@ -109,7 +109,7 @@
|
|||
v-if="recordingLocked"
|
||||
class="locked"
|
||||
>
|
||||
<v-container fluid fill-height>
|
||||
<v-container fluid class="fill-height">
|
||||
<v-row align="center">
|
||||
<v-col cols="3">
|
||||
<div class="recording-time">
|
||||
|
|
@ -135,7 +135,7 @@
|
|||
v-if="state == states.ERROR"
|
||||
class="error"
|
||||
>
|
||||
<v-container fluid fill-height>
|
||||
<v-container fluid class="fill-height">
|
||||
<v-row align="center">
|
||||
<v-col>
|
||||
<div class="swipe-info">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue