mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
RTL updates (#2416)
* Update a bunch of icons to be mirrored in RTL * Fix RTL layout issues in in zen mode and collaboration * Small change to the shortcuts dialog to make isRTL unnecessary * Tweaks to alignment in RTL
This commit is contained in:
parent
fec48060f7
commit
8d479ab238
6 changed files with 63 additions and 28 deletions
|
@ -104,7 +104,8 @@
|
|||
}
|
||||
|
||||
.ToolIcon {
|
||||
margin: 0 8px 0 0;
|
||||
margin: 0;
|
||||
margin-inline-end: 8px;
|
||||
|
||||
&:focus {
|
||||
outline: transparent;
|
||||
|
@ -392,7 +393,8 @@
|
|||
}
|
||||
|
||||
.zIndexButton {
|
||||
margin: 0 8px 0 0;
|
||||
margin: 0;
|
||||
margin-inline-end: 8px;
|
||||
padding: 5px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue