File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
** /node_modules
2
2
.DS_Store
3
- .env
3
+ .env
4
+ dev-env /dist /*
Original file line number Diff line number Diff line change 21
21
class =" mt-1"
22
22
url =" https://static.um.city/icons/bars-solid-custom.svg"
23
23
/>
24
- </v-btn >
24
+ </v-btn >
25
25
</template >
26
- <v-list dense style =" min-width : 800 px ; max-height : 100vh ; background-color : #f5c400 " class =" overflow-y-auto" >
27
- <v-container fluid grid-list-sm >
26
+ <v-list dense style =" min-width : 400 px ; max-height : 100vh ;" class =" overflow-y-auto" >
27
+ <v-container fluid grid-list-xl >
28
28
<v-layout
29
29
v-for =" (itemCat, indCat) in applicationCategories"
30
30
:key =" indCat"
49
49
target =" _blank"
50
50
rel =" noopener"
51
51
>
52
- <v-list-item-action >
53
- <v-list-item-content class =" mcity-menu-category-member" color =" primary--text" >
52
+ <v-list-item-action class =" d-flex" >
53
+ <v-list-item-content >
54
+ <svg-icon :url =" item.svg" />
55
+ </v-list-item-content >
56
+ <v-list-item-content class =" mcity-menu-category-member" color =" primary--text" style =" overflow :visible ; font-size : 20px ;" >
54
57
{{ item.text }}
55
58
</v-list-item-content >
56
59
</v-list-item-action >
@@ -232,6 +235,7 @@ export default {
232
235
<style >
233
236
.mcity-menu-category-member {
234
237
margin-left : 10px ;
238
+ overflow :visible ;
235
239
}
236
240
.mcity-subtitle {
237
241
font-weight : 500 ;
@@ -251,4 +255,6 @@ export default {
251
255
svg-icon {
252
256
height : 22px ;
253
257
}
258
+
254
259
</style >
260
+
You can’t perform that action at this time.
0 commit comments