Browse Source

fix: dashboard icon display

pull/1634/head 2.2.50
NGPixel 4 years ago
parent
commit
dba4ad138b
1 changed files with 1 additions and 1 deletions
  1. 2
      client/components/admin/admin-dashboard.vue

2
client/components/admin/admin-dashboard.vue

@ -200,7 +200,7 @@ export default {
}
.v-icon.dashboard-icon {
position: absolute;
position: absolute !important;
right: 0;
top: 12px;
font-size: 100px !important;

Loading…
Cancel
Save