Right-to-left layout support for drag-and-drop favorites, favorite shortcuts, and feature search

This commit is contained in:
Quincy Morgan
2019-03-06 14:59:21 -05:00
parent f676720928
commit ca8f499482
3 changed files with 40 additions and 11 deletions
+10 -1
View File
@@ -634,6 +634,10 @@ button.add-note svg.icon {
top: 10px;
pointer-events: none;
}
[dir='rtl'] .search-add .search-icon {
left: auto;
right: 10px;
}
.search-add .popover {
max-height: 250px;
width: 100%;
@@ -723,9 +727,14 @@ button.add-note svg.icon {
color: #666;
}
.search-add .subsection {
padding-left: 6px;
background-color: #CBCBCB;
}
[dir='ltr'] .search-add .subsection {
padding-left: 6px;
}
[dir='rtl'] .search-add .subsection {
padding-right: 6px;
}
/* Header for modals / panes
------------------------------------------------------- */
.header {