mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
This commit is contained in:
parent
14317c2232
commit
009eba6315
1 changed files with 7 additions and 1 deletions
|
@ -262,9 +262,15 @@ button,
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
pointer-events: none !important;
|
pointer-events: none !important;
|
||||||
left: 0.25rem;
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
||||||
|
:root[dir="ltr"] & {
|
||||||
|
left: 0.25rem;
|
||||||
|
}
|
||||||
|
:root[dir="rtl"] & {
|
||||||
|
right: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
&--transition-left {
|
&--transition-left {
|
||||||
section {
|
section {
|
||||||
width: 185px;
|
width: 185px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue