[style] fix the button footer style
Browse files
static/src/components/PageFooter.vue
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<template>
|
2 |
<!-- style 'z-index: 1001' here is needed to avoid override from leafletjs css -->
|
3 |
-
<footer class="fixed bottom-0 w-full
|
4 |
-
<div class="relative flex items-center h-
|
5 |
-
<div class="w-full">
|
6 |
<p class="">
|
7 |
<span>Trouble on scrolling this page? Open the
|
8 |
<PageFooterHyperlink path="https://aletrn-samgis.hf.space">direct URL space</PageFooterHyperlink>
|
@@ -14,7 +14,7 @@
|
|
14 |
</span>
|
15 |
</p>
|
16 |
</div>
|
17 |
-
<div class="
|
18 |
<button
|
19 |
aria-label="Close"
|
20 |
class="shrink-0 rounded-lg bg-black/10 p-1 transition hover:bg-black/20"
|
|
|
1 |
<template>
|
2 |
<!-- style 'z-index: 1001' here is needed to avoid override from leafletjs css -->
|
3 |
+
<footer class="fixed bottom-0 w-full pl-4 font-light text-xs" style="z-index: 9999;" v-if="showFooterRef">
|
4 |
+
<div class="relative flex items-center bg-gray-200 h-6">
|
5 |
+
<div class="pl-1 w-full">
|
6 |
<p class="">
|
7 |
<span>Trouble on scrolling this page? Open the
|
8 |
<PageFooterHyperlink path="https://aletrn-samgis.hf.space">direct URL space</PageFooterHyperlink>
|
|
|
14 |
</span>
|
15 |
</p>
|
16 |
</div>
|
17 |
+
<div class="pr-2">
|
18 |
<button
|
19 |
aria-label="Close"
|
20 |
class="shrink-0 rounded-lg bg-black/10 p-1 transition hover:bg-black/20"
|