File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 141141
142142.q-tab-panel {
143143 height : 100% ;
144- // matchs the code editor bg
145144 background : $subprimary ;
146145 padding-top : 20px ;
147146}
158157
159158.toolbar-background {
160159 background : black ;
160+
161161}
162162
163163#store-cards {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Description:
1111
1212<template >
1313 <q-btn class =" nav-btn" color =" secondary" label =" Export" >
14- <q-menu class =" dropdown" :offset =" [0, 10 ]" >
14+ <q-menu class =" dropdown" :offset =" [0, 15 ]" >
1515 <div class =" settings-dropdown column items-center" >
1616 <p class =" center" >Export:</p >
1717 <q-btn class =" menu-btn" no-caps color =" secondary" label =" Project" @click =" exportProject" />
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Description:
66
77<template >
88 <q-btn class =" nav-btn" color =" secondary" label =" Import" >
9- <q-menu :offset =" [0, 10 ]" class =" dropdown" >
9+ <q-menu :offset =" [0, 15 ]" class =" dropdown" >
1010 <div class =" settings-dropdown column items-center" >
1111 <p class =" center" >Import:</p >
1212 <q-btn class =" menu-btn" no-caps color =" secondary" label =" Project" @click =" openProjectJSON" />
Original file line number Diff line number Diff line change @@ -180,7 +180,6 @@ export default {
180180 flex-direction : column ;
181181 justify-content : flex-start ;
182182 align-items : stretch ;
183- margin : 4px ;
184183 }
185184 .create-component-form {
186185 display : flex ;
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Description:
4646
4747 <q-btn class =" nav-btn" icon =" fas fa-cog" size =" sm" >
4848 <!-- < fas => fontawesome, refers to icon style -->
49- <q-menu :offset =" [0, 10 ]" class =" dropdown" >
49+ <q-menu :offset =" [0, 15 ]" class =" dropdown" >
5050
5151 <div class =" settings-dropdown column items-center" >
5252 <q-btn
You can’t perform that action at this time.
0 commit comments