Absorb header, footer into main section of feedback dialog
trying to make it less wonky...
This commit is contained in:
parent
817d8bef13
commit
915b58aafa
1 changed files with 13 additions and 14 deletions
|
@ -8,11 +8,9 @@
|
|||
:active.sync="showFeedbackDialog">
|
||||
<div class="modal-card">
|
||||
|
||||
<header class="modal-card-head">
|
||||
<p class="modal-card-title">User Feedback</p>
|
||||
</header>
|
||||
|
||||
<section class="modal-card-body">
|
||||
<p class="modal-card-title">User Feedback</p>
|
||||
<br />
|
||||
<p>
|
||||
Questions, suggestions, comments, complaints, etc. regarding this
|
||||
website are welcome and may be submitted below.
|
||||
|
@ -35,9 +33,8 @@
|
|||
type="textarea">
|
||||
</b-input>
|
||||
</b-field>
|
||||
</section>
|
||||
|
||||
<footer class="modal-card-foot">
|
||||
<div class="buttons">
|
||||
<b-button @click="showFeedbackDialog = false">
|
||||
Cancel
|
||||
</b-button>
|
||||
|
@ -46,7 +43,9 @@
|
|||
:disabled="!message">
|
||||
Send Note
|
||||
</b-button>
|
||||
</footer>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</b-modal>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue