Refactor feedback dialog for Buefy themes

for more proper Vue.js component usage pattern
This commit is contained in:
Lance Edgar 2019-07-05 19:50:16 -05:00
parent 4499a872d8
commit b8274d92db
4 changed files with 117 additions and 117 deletions

View file

@ -22,8 +22,10 @@ body {
******************************/
header .level {
/* TODO: not sure what this 60px was supposed to do? but it broke the */
/* styles for the feedback dialog, so disabled it is.
/* height: 60px; */
line-height: 60px;
/* line-height: 60px; */
padding-left: 0.5em;
padding-right: 0.5em;
}