Skip to content

Commit

Permalink
Updates progress
Browse files Browse the repository at this point in the history
That's much nicer, thanks!
  • Loading branch information
JasonRobertFrancis committed Aug 5, 2024
1 parent 905cc62 commit 0a184e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion web/Areas/Directory/Views/Card.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
label="Display debugging">
</q-toggle>
-->
<q-spinner color="primary" size="2em" style="margin-left: 2em;" :class="{ invisible: !spinner }"></q-spinner>
<q-spinner v-if="spinner" color="primary" size="2em" style="margin-left: 2em;"></q-spinner>
</q-form>
<div class="row q-pa-sm q-gutter-sm" id="directoryResults">
<q-card v-for="user in results" class="col-2 col-xs-8 col-sm-5 col-md-8 col-lg-3 col-xl-2 block directory">
Expand Down
3 changes: 0 additions & 3 deletions web/wwwroot/css/directory.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,3 @@
.directory .top_button:hover {
color: #fff;
}
.directory .invisible {
display: none;
}

0 comments on commit 0a184e2

Please sign in to comment.