1
0
Fork 0
mirror of synced 2024-08-10 07:38:30 +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 { .help {
z-index: 2; z-index: 2;
position: absolute; position: absolute;
bottom: var(--spacing-xl); bottom: 24px;
right: 24px; right: 24px;
} }

View file

@ -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;