Skip to content

Commit b00a0b5

Browse files
committed
[Admin] Design fixes
1 parent 3559b39 commit b00a0b5

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<template>
2-
<div>
3-
<!-- TODO: Make this look good -->
4-
No survey selected
2+
<div class="placeholder">
3+
<p>
4+
No survey selected
5+
</p>
56
</div>
67
</template>
8+
9+
<style scoped lang="scss">
10+
@use '@/scss/admin/general';
11+
</style>

src/views/admin-new/AdminHome.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@
2525

2626
<style scoped lang="scss">
2727
.content-wrapper {
28-
display: grid;
29-
grid-template-columns: max(30vw, 500px) auto;
28+
>div {
29+
display: grid;
30+
grid-template-columns: max(30vw, 500px) auto;
31+
}
32+
3033
}
3134
3235
.top-bar {

0 commit comments

Comments
 (0)