Skip to content

Commit

Permalink
Built files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 22, 2021
1 parent 6254b85 commit 33ec042
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions dashboard/css/266.css
Original file line number Diff line number Diff line change
Expand Up @@ -24090,16 +24090,25 @@
transform: rotate(359deg);
}
}
/* Remove NodeCG's default margin added to the body.
This is because otherwise v-tooltip position is broken since Vuetify v2.5.2 with it. */
body {
margin: 0;
}

/* So the <v-app> always has a transparent background,
otherwise it looks odd in the NodeCG dashboard panels. */
.v-application {
background-color: transparent !important;
}

/* So the <v-app> doesn't take up 100% height which breaks
in the NodeCG dashboard panels anyway. */
.v-application--wrap {
/* So the <v-app> doesn't take up 100% height which breaks
in the NodeCG dashboard panels anyway. */
min-height: 0 !important;

/* Re-add the margin from above to this wrapper instead. */
margin: 15px;
}
/* roboto-100 - latin */
@font-face {
Expand Down
2 changes: 1 addition & 1 deletion dashboard/js/horaro-schedule-import.js

Large diffs are not rendered by default.

0 comments on commit 33ec042

Please sign in to comment.