Skip to content

Commit 83b1b40

Browse files
committed
fix the entry points on dashboard
1 parent f1589d1 commit 83b1b40

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

web/src/routes/Dashboard/DashboardListProject.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@
135135
margin-top: 10px;
136136
font-family: 'hk-grotesk-medium', Helvetica, sans-serif;
137137
margin-left: 82px;
138+
display: flex;
139+
flex-direction: column;
140+
align-items: start;
138141
}
139142

140143
.entry-point-button-image {
@@ -148,7 +151,6 @@
148151
flex-direction: row;
149152
align-items: center;
150153
transition: color 0.2s ease-in;
151-
width: 150px;
152154
color: #9b9b9b;
153155
cursor: pointer;
154156
font-family: 'gilroyextrabold', Helvetica, sans-serif;
@@ -211,12 +213,13 @@
211213
display: flex;
212214
/* justify-content: flex-end; */
213215
flex-direction: column;
216+
position: relative;
214217
}
215218

216219
.dashboard-list-project-settings-button .icon {
217220
position: absolute;
218221
right: 0;
219-
bottom: 18px;
222+
top: 45px;
220223
padding: 10px 4px;
221224
}
222225

0 commit comments

Comments
 (0)