Small footer CSS update
All checks were successful
Docker Deploy / build-and-push (push) Successful in 57s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 57s
This commit is contained in:
parent
9a81c7ab04
commit
32fb006995
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "pdsmanager",
|
"name": "pdsmanager",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.3.2",
|
"version": "0.3.3",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
|
|
|
@ -57,7 +57,7 @@ export default function AuthWrapper() {
|
||||||
<RefreshContext.Provider value={{ refresh, lastUpdate }}>
|
<RefreshContext.Provider value={{ refresh, lastUpdate }}>
|
||||||
<div className="w-full flex flex-col">
|
<div className="w-full flex flex-col">
|
||||||
<Header />
|
<Header />
|
||||||
<div className="min-h-[calc(100vh-64px)] p-2 sm:p-4">
|
<div className="min-h-[calc(100vh-64px-52px)] p-2 sm:p-4">
|
||||||
<div className="container mx-auto max-w-full">
|
<div className="container mx-auto max-w-full">
|
||||||
<TabView />
|
<TabView />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue