Skip to content

Commit

Permalink
Move quota margin to navbar, adjust alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed May 21, 2024
1 parent 0c04005 commit 9cbff3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion client/src/components/Masthead/Masthead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ onMounted(() => {
{{ brand }}
</span>
</BNavbarNav>
<BNavbarNav v-if="isConfigLoaded">
<BNavbarNav v-if="isConfigLoaded" class="mr-1">
<MastheadItem id="analysis" title="Tools and Current History" icon="fa-home" @click="openUrl('/')" />
<MastheadItem
v-if="windowTab"
Expand Down Expand Up @@ -177,6 +177,8 @@ onMounted(() => {
cursor: pointer;
text-decoration: none;
color: var(--masthead-text-color);
margin-right: 0.25rem;
margin-left: 0.25rem;
&:hover {
color: var(--masthead-text-hover);
}
Expand Down
1 change: 0 additions & 1 deletion client/src/components/Masthead/QuotaMeter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export default {
.quote-container {
position: relative;
height: 100%;
margin-right: 0.5rem;
}
.quota-text {
@extend .quote-container;
Expand Down

0 comments on commit 9cbff3f

Please sign in to comment.