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:
Jed Fox 2020-11-25 18:21:33 -05:00 committed by GitHub
parent fec48060f7
commit 8d479ab238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 63 additions and 28 deletions

View file

@ -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;