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:
@ -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;
|
||||
|
Reference in New Issue
Block a user