Merge pull request 'Fix bottom app bar position' (#2) from develop into main
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Reviewed-on: #2
This commit is contained in:
commit
6bac5e2a34
2 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,6 @@ const template = `
|
||||||
`;
|
`;
|
||||||
const style = `
|
const style = `
|
||||||
:host {
|
:host {
|
||||||
position: fixed;
|
|
||||||
bottom: 20px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
|
|
@ -16,4 +16,5 @@ footer {
|
||||||
display: grid;
|
display: grid;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: calc(42px + 20px + 20px);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue