mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: mobile tools positioning (#6107)
* fix: mobile tools positioning * add var for padding * use css var * new line * stupid mistake * lint
This commit is contained in:
parent
faad8a65f1
commit
99fdffdab7
3 changed files with 9 additions and 6 deletions
|
@ -541,8 +541,8 @@
|
|||
|
||||
.mobile-misc-tools-container {
|
||||
position: absolute;
|
||||
top: 5rem;
|
||||
right: 0;
|
||||
top: calc(5rem - var(--editor-container-padding));
|
||||
right: calc(var(--editor-container-padding) * -1);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border: 1px solid var(--sidebar-border-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue