Skip to content

Commit

Permalink
Merge pull request #2607 from threefoldtech/development_2.5_logs_tab_UI
Browse files Browse the repository at this point in the history
footer coverd by logs
  • Loading branch information
ehab-hassan authored Apr 28, 2024
2 parents ed89913 + d7bfc41 commit f6ddaf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/playground/src/components/logger.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<VBottomNavigation :height="debugOpened === 0 ? openHeight : undefined">
<VBottomNavigation class="border" :height="debugOpened === 0 ? openHeight : undefined">
<v-expansion-panels :model-value="debugOpened" @update:model-value="bindDebugOpened" :multiple="false">
<v-expansion-panel eager>
<v-expansion-panel-title :class="{ 'text-error': !!connectDB.error }">
Expand Down
8 changes: 4 additions & 4 deletions packages/playground/src/components/main_footer.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-footer class="py-5 mainfooter border mt-5">
<v-footer class="py-3 mainfooter mt-5">
<v-container>
<v-row justify="center" no-gutters>
<v-col class="px-4" cols="12" md="4">
Expand All @@ -9,7 +9,7 @@
? baseUrl + 'images/logoTF_dark.png'
: baseUrl + 'images/logoTF_light.png'
}`"
width="160px"
width="140px"
@click="navigateToHome"
class="clickable-logo"
/>
Expand Down Expand Up @@ -81,8 +81,8 @@
</div>
</v-col>
</v-row>
<v-divider class="my-4" />
<div class="text-center">{{ new Date().getFullYear() }} — ThreeFoldTech</div>
<v-divider class="my-3 w-25 mx-auto" />
<div class="text-center mb-12">{{ new Date().getFullYear() }} — ThreeFoldTech</div>
</v-container>
</v-footer>
</template>
Expand Down

0 comments on commit f6ddaf3

Please sign in to comment.