aletrn commited on
Commit
c73a2f6
·
1 Parent(s): 77404e0

[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 bg-gray-200 pl-4 pr-2 font-light text-xs" style="z-index: 9999;" v-if="showFooterRef">
4
- <div class="relative flex items-center h-4">
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="p-10">
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"