Skip to content
Snippets Groups Projects
Commit 73b858ad authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Some UI

parent 434f7006
No related branches found
No related tags found
No related merge requests found
Pipeline #115885 passed with stages
in 7 minutes and 9 seconds
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<v-row> <v-row>
<v-col> <v-col>
<v-btn prepend-icon="mdi-gitlab" variant="text" size="small" :href="path" target="_blank">Edit on gitlab</v-btn> <v-btn prepend-icon="mdi-gitlab" variant="text" size="small" :href="path" target="_blank">Edit on gitlab</v-btn>
<v-divider> </v-divider>
</v-col> </v-col>
</v-row> </v-row>
</template> </template>
......
<template> <template>
<v-footer app border text-center d-flex flex-column> <v-footer app text-center d-flex flex-column>
<div class="px-4 text-center w-100"> <div class="px-4 text-center w-100">
<span><a href="https://mdmlab.fr/" target="_blank"><v-img src="/cropped-logoblue-288x129.png" inline :width="70" <span><a href="https://mdmlab.fr/" target="_blank"><v-img src="/cropped-logoblue-288x129.png" inline :width="70"
:aspect-ratio="288 / 129"></v-img></a></span> :aspect-ratio="288 / 129"></v-img></a></span>
......
...@@ -11,7 +11,7 @@ const { mobile } = useDisplay(); ...@@ -11,7 +11,7 @@ const { mobile } = useDisplay();
</script> </script>
<template> <template>
<v-navigation-drawer v-if="!mobile" id="app-toc" location="right" :border="0" permanent> <v-navigation-drawer v-if="!mobile" id="app-toc" location="right" :border="0" permanent color="transparent">
<template #prepend> <template #prepend>
<div class="text-h6 font-weight-medium mt-4 mb-2 ms-4">Contents</div> <div class="text-h6 font-weight-medium mt-4 mb-2 ms-4">Contents</div>
</template> </template>
......
...@@ -13,10 +13,10 @@ import { useDisplay } from 'vuetify' ...@@ -13,10 +13,10 @@ import { useDisplay } from 'vuetify'
<v-main style="min-height: 300px"> <v-main style="min-height: 300px">
<v-container> <v-container>
<slot /> <slot />
<EditGitlab /> <!-- <EditGitlab /> -->
<NavPrevNext /> <NavPrevNext />
</v-container> </v-container>
<Footer></Footer> <!-- <Footer></Footer> -->
</v-main> </v-main>
<NavNavbar /> <NavNavbar />
<nav-back-to-top /> <nav-back-to-top />
......
...@@ -28,7 +28,7 @@ function onScroll(e) { ...@@ -28,7 +28,7 @@ function onScroll(e) {
<EditGitlab /> <EditGitlab />
<NavPrevNext /> <NavPrevNext />
</v-container> </v-container>
<Footer></Footer> <!-- <Footer></Footer> -->
</v-main> </v-main>
<NavNavbar :density="density" /> <NavNavbar :density="density" />
<NavTableOfContent :links="page.body.toc.links" /> <NavTableOfContent :links="page.body.toc.links" />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment