Skip to content
Snippets Groups Projects
Commit 8fe74889 authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Fixed some button positioning / dialog widths

parent 7ab2e073
No related branches found
No related tags found
1 merge request!113Resolve "Frontend Refactor"
<template>
<v-dialog
persistent
width="fit-content"
max-width="30%"
v-model="logoutDialog"
>
<v-card>
......
<template>
<div>
<v-text-field
<v-textarea
name="feedback-input"
label="Please provide your feedback here"
v-model="currentFeedback"
......@@ -8,7 +8,7 @@
@keyup.esc="collapseTextField"
@focus="selectInput($event)"
rows="2"
textarea
outline
autofocus
auto-grow
hide-details
......
......@@ -144,7 +144,7 @@ export default {
white-space: pre-wrap;
}
.delete-button {
bottom: -15px;
bottom: -12px;
left: -42px;
}
.comment-created {
......
<template>
<v-container fill-height>
<v-layout align-center justify-center>
<v-dialog v-model="registerDialog" max-width="fit-content" class="pa-4">
<v-dialog v-model="registerDialog" class="pa-4" max-width="30%">
<register-dialog @registered="registered($event)"/>
</v-dialog>
<v-flex text-xs-center xs8 sm6 md4 lg2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment