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 141
141
142
142
.q-tab-panel {
143
143
height : 100% ;
144
- // matchs the code editor bg
145
144
background : $subprimary ;
146
145
padding-top : 20px ;
147
146
}
158
157
159
158
.toolbar-background {
160
159
background : black ;
160
+
161
161
}
162
162
163
163
#store-cards {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Description:
11
11
12
12
<template >
13
13
<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 ]" >
15
15
<div class =" settings-dropdown column items-center" >
16
16
<p class =" center" >Export:</p >
17
17
<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:
6
6
7
7
<template >
8
8
<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" >
10
10
<div class =" settings-dropdown column items-center" >
11
11
<p class =" center" >Import:</p >
12
12
<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 {
180
180
flex-direction : column ;
181
181
justify-content : flex-start ;
182
182
align-items : stretch ;
183
- margin : 4px ;
184
183
}
185
184
.create-component-form {
186
185
display : flex ;
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Description:
46
46
47
47
<q-btn class =" nav-btn" icon =" fas fa-cog" size =" sm" >
48
48
<!-- < fas => fontawesome, refers to icon style -->
49
- <q-menu :offset =" [0, 10 ]" class =" dropdown" >
49
+ <q-menu :offset =" [0, 15 ]" class =" dropdown" >
50
50
51
51
<div class =" settings-dropdown column items-center" >
52
52
<q-btn
You can’t perform that action at this time.
0 commit comments