1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00

Update position of floating buttons to be consistent

This commit is contained in:
Andrew Kingston 2023-06-05 08:49:35 +01:00
parent 920fea7b1f
commit ffde512307
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@
.help {
z-index: 2;
position: absolute;
bottom: var(--spacing-xl);
bottom: 24px;
right: 24px;
}

View file

@ -15,7 +15,7 @@
<style>
.beta {
position: absolute;
bottom: var(--spacing-xl);
bottom: 24px;
right: 24px;
display: flex;
flex-direction: row;