mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
parent
a488555f30
commit
efa8b95c52
1 changed files with 5 additions and 4 deletions
|
@ -216,6 +216,7 @@ button,
|
|||
|
||||
.App-menu_top {
|
||||
grid-template-columns: 1fr auto 1fr;
|
||||
grid-gap: 4px;
|
||||
align-items: flex-start;
|
||||
cursor: default;
|
||||
pointer-events: none !important;
|
||||
|
@ -236,8 +237,8 @@ button,
|
|||
.App-menu_bottom {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
|
||||
grid-template-columns: 1fr auto 1fr;
|
||||
grid-gap: 4px;
|
||||
align-items: flex-start;
|
||||
cursor: default;
|
||||
pointer-events: none !important;
|
||||
|
@ -354,12 +355,12 @@ button,
|
|||
}
|
||||
|
||||
.dropdown-select__language.dropdown-select--floating {
|
||||
bottom: 0;
|
||||
bottom: 10px;
|
||||
:root[dir="ltr"] & {
|
||||
right: 0;
|
||||
right: 10px;
|
||||
}
|
||||
:root[dir="rtl"] & {
|
||||
left: 0;
|
||||
left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue