-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WEBUI-1616: rtl support (Hebrew and Arabic) #2409
base: maintenance-3.1.x
Are you sure you want to change the base?
Conversation
ca9da5d
to
9b9c8b7
Compare
#logo img { | ||
width: var(--nuxeo-sidebar-width); | ||
height: 53px; | ||
} | ||
:host([dir='rtl']) #logo { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicate property. already mentioned in 153
@@ -70,6 +70,12 @@ Polymer({ | |||
nuxeo-document-create-shortcuts { | |||
--nuxeo-document-create-shortcut-margin: 0 0 16px 0; | |||
} | |||
:host([dir='rtl']) #tray { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
place it below the #tray css for better visibility
@@ -82,6 +82,22 @@ | |||
</div> | |||
</nuxeo-app> | |||
|
|||
<script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldnt this be picked from index.js ??
@@ -140,6 +140,22 @@ limitations under the License. | |||
</div> | |||
</nuxeo-app> | |||
<script nonce="<%= NX_NONCE_VALUE %>"> | |||
window.nuxeo = window.nuxeo || {}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldnt this be picked up from index.js
No description provided.