Update position of floating buttons to be consistent
This commit is contained in:
parent
920fea7b1f
commit
ffde512307
|
@ -83,7 +83,7 @@
|
||||||
.help {
|
.help {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: var(--spacing-xl);
|
bottom: 24px;
|
||||||
right: 24px;
|
right: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<style>
|
<style>
|
||||||
.beta {
|
.beta {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: var(--spacing-xl);
|
bottom: 24px;
|
||||||
right: 24px;
|
right: 24px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
Loading…
Reference in New Issue