Skip to content

Commit

Permalink
fix: GEO-579 - admin dashboard tweaks (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
banders authored Oct 2, 2024
1 parent 56648f6 commit ae242b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions admin-frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ input::-ms-input-placeholder {
}
.ptap-widget {
height: 1px;
min-height: 300px;
min-height: 315px;
}
</style>
8 changes: 4 additions & 4 deletions admin-frontend/src/components/DashboardPage.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<v-row v-if="isDashboardAvailable" :dense="true" class="w-100">
<v-col sm="12" md="12" lg="7" xl="6">
<v-col sm="12" md="12" lg="7" xl="6" class="mb-4">
<h4 class="mb-4">
<v-icon icon="mdi-clipboard-text-outline"></v-icon>
Recently Submitted Reports
Expand All @@ -20,7 +20,7 @@
</h4>
<RecentlySubmittedReports ref="recentlySubmittedReports" />
</v-col>
<v-col sm="12" md="12" lg="5" xl="4">
<v-col sm="12" md="12" lg="5" xl="4" class="mb-4">
<h4 class="mb-4">
<v-icon icon="mdi-chart-box-outline"></v-icon>
Analytics Overview
Expand All @@ -36,7 +36,7 @@
</v-col>
</v-row>
</v-col>
<v-col sm="12" md="12" lg="7" xl="6">
<v-col sm="12" md="12" lg="7" xl="6" class="mb-4">
<h4 class="mb-4">
<v-icon icon="mdi-eye-outline"></v-icon>
Recently Viewed Reports
Expand All @@ -56,7 +56,7 @@
</h4>
<RecentlyViewedReports ref="recentlyViewedReports" />
</v-col>
<v-col sm="12" md="12" lg="5" xl="4">
<v-col sm="12" md="12" lg="5" xl="4" class="mb-4">
<h4 class="mb-4 d-flex align-center">
<v-icon icon="mdi-bullhorn"></v-icon>
Public Announcements
Expand Down

0 comments on commit ae242b5

Please sign in to comment.