use css variables for button placement
This commit is contained in:
parent
d01c20394e
commit
c45e5c751e
1 changed files with 2 additions and 2 deletions
|
@ -349,8 +349,8 @@
|
|||
visibility: hidden; // Start off as hidden.
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
top: 5%;
|
||||
left: 5%;
|
||||
top: var(--spacing-xs);
|
||||
left: var(--spacing-xs);
|
||||
padding: var(--spacing-xs) var(--spacing-m); // Make it comfy for touch.
|
||||
color: var(--color-gray-1);
|
||||
background: black;
|
||||
|
|
Loading…
Add table
Reference in a new issue