Fix button size
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
a71bb8a485
commit
07711946d6
|
@ -267,6 +267,10 @@ export default {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-image: linear-gradient(0, var(--gradient-main-background));
|
background-image: linear-gradient(0, var(--gradient-main-background));
|
||||||
|
|
||||||
|
button, input[type='submit'] {
|
||||||
|
height: 44px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure we're relative for the loading emptycontent on top
|
// Make sure we're relative for the loading emptycontent on top
|
||||||
|
|
Loading…
Reference in New Issue