Skip to content

Commit cd219dc

Browse files
author
Julia Bakerink
committed
Removed box shadow on left side bar
1 parent 302f907 commit cd219dc

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

src/components/dashboard_items/ComponentDetails.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ i {
141141
142142
.q-tab-panel {
143143
height: 100%;
144-
// matchs the code editor bg
145144
background: $subprimary;
146145
padding-top: 20px;
147146
}
@@ -158,6 +157,7 @@ i {
158157
159158
.toolbar-background {
160159
background: black;
160+
161161
}
162162
163163
#store-cards {

src/components/file_system_interface/ExportProject.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"/>

src/components/file_system_interface/OpenProjectComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"/>

src/components/home_sidebar_items/ComponentTab/CreateComponent.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

src/layouts/MyLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)