fix - empty space after footer on some pages

This commit is contained in:
Vamsi Krishna B 2023-02-20 08:40:13 +05:30
parent 284ca3d35a
commit 0074ab4021
12 changed files with 8461 additions and 5973 deletions

1
.gitignore vendored
View File

@ -27,6 +27,7 @@ npm-debug.log
# The directory NPM downloads your dependencies sources to. # The directory NPM downloads your dependencies sources to.
/assets/node_modules/ /assets/node_modules/
/assets/.yarn/
# Since we are building assets from assets/, # Since we are building assets from assets/,
# we ignore priv/static. You may want to comment # we ignore priv/static. You may want to comment

1
assets/.yarnrc.yml Normal file
View File

@ -0,0 +1 @@
nodeLinker: node-modules

File diff suppressed because it is too large Load Diff

View File

@ -34,8 +34,8 @@ config :zcash_explorer, ZcashExplorerWeb.Endpoint,
config :zcash_explorer, Zcashex, config :zcash_explorer, Zcashex,
zcashd_hostname: "localhost", zcashd_hostname: "localhost",
zcashd_port: "8232", zcashd_port: "8232",
zcashd_username: "zcashrpc", zcashd_username: "nighthawkapps",
zcashd_password: "changeme", zcashd_password: "ffwf",
vk_cpus: "0.2", vk_cpus: "0.2",
vk_mem: "2048M", vk_mem: "2048M",
vk_runnner_image: "nighthawkapps/vkrunner" vk_runnner_image: "nighthawkapps/vkrunner"

View File

@ -16,7 +16,7 @@
} }
</script> </script>
</head> </head>
<body> <body class="bg-gray-50 dark:bg-gray-900">
<%= @inner_content %> <%= @inner_content %>
</body> </body>
</html> </html>

View File

@ -1,4 +1,4 @@
<main class="py-4 h-screen"> <main class="py-4">
<div class="grid grid-cols-1 mx-8"> <div class="grid grid-cols-1 mx-8">
<%= live_render(@conn, ZcashExplorerWeb.BlockChainInfoLive) %> <%= live_render(@conn, ZcashExplorerWeb.BlockChainInfoLive) %>
</div> </div>

View File

@ -1,10 +1,7 @@
<div class="mx-8 h-screen"> <div class="mx-8">
<h3 class="text-lg leading-6 font-medium text-gray-900 py-3 dark:text-white"> <h3 class="text-lg leading-6 font-medium text-gray-900 py-3 dark:text-white">
Broadcast Zcash Transaction Broadcast Zcash Transaction
</h3> </h3>
<%= if get_flash(@conn, :error) do %> <%= if get_flash(@conn, :error) do %>
<div class="rounded-md bg-red-50 p-4"> <div class="rounded-md bg-red-50 p-4">
<div class="flex"> <div class="flex">

View File

@ -1,4 +1,4 @@
<div class="mx-8 h-screen"> <div class="mx-8">
<h3 class="text-lg leading-6 font-medium text-gray-900 py-3 dark:text-white"> <h3 class="text-lg leading-6 font-medium text-gray-900 py-3 dark:text-white">
Payment Disclosure Payment Disclosure

View File

@ -1,4 +1,4 @@
<main class="py-4 h-screen"> <main class="py-4">
<div class="grid grid-cols-1 mx-8"> <div class="grid grid-cols-1 mx-8">
<h3 class="text-lg leading-6 font-medium text-gray-500 py-2"> <h3 class="text-lg leading-6 font-medium text-gray-500 py-2">
Network nodes connected to Zcash Block Explorer: Network nodes connected to Zcash Block Explorer:

View File

@ -1,4 +1,4 @@
<main class="py-4 h-screen"> <main class="py-4">
<div class="grid grid-cols-1 mx-8"> <div class="grid grid-cols-1 mx-8">
<h3 class="text-lg leading-6 font-medium text-gray-500 py-2 dark:text-white"> <h3 class="text-lg leading-6 font-medium text-gray-500 py-2 dark:text-white">
Zcash Viewing Key Zcash Viewing Key

View File

@ -1,4 +1,4 @@
<main class="py-4 h-screen"> <main class="py-4">
<div class="grid grid-cols-1 mx-8"> <div class="grid grid-cols-1 mx-8">
<h3 class="text-lg leading-6 font-medium text-gray-500 py-2"> <h3 class="text-lg leading-6 font-medium text-gray-500 py-2">
Zcash Viewing Key Zcash Viewing Key