Skip to content

Commit af45a69

Browse files
committed
fixed icns icon; fixed component menu tab height
1 parent 1ee9e6f commit af45a69

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src-electron/icons/icon.icns

30.9 KB
Binary file not shown.

src/components/home_sidebar_items/ComponentTab/ComponentTab.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ export default {
5353
}
5454
.q-tabs {
5555
background: $subprimary;
56-
padding: 20px 0;
56+
}
57+
58+
.q-tab__content{
59+
padding: 10px 0;
5760
}
5861
</style>

0 commit comments

Comments
 (0)