Remove useless footer node
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
7ada0b0e2a
commit
34cb1a754a
1 changed files with 0 additions and 5 deletions
|
@ -33,9 +33,7 @@
|
||||||
|
|
||||||
<div bind:this={node}></div>
|
<div bind:this={node}></div>
|
||||||
<slot />
|
<slot />
|
||||||
<footer>
|
|
||||||
<BottomAppBar />
|
<BottomAppBar />
|
||||||
</footer>
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
div {
|
div {
|
||||||
|
@ -43,7 +41,4 @@
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
footer {
|
|
||||||
background: white;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue