Skip to content

Commit

Permalink
Fix loader in rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Feb 16, 2024
1 parent 5842b71 commit fafb0d0
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/documenteditor/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
width: inherit;
height: 44px;
}
.rtl .loadmask > .sktoolbar li.fat {
right: 522px;
left: 0;
}

.loadmask > .placeholder {
background: #fff;
Expand Down
4 changes: 4 additions & 0 deletions apps/documenteditor/main/index.html.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
width: inherit;
height: 44px;
}
.rtl .loadmask > .sktoolbar li.fat {
right: 522px;
left: 0;
}

.loadmask > .placeholder {
background: #fff;
Expand Down
4 changes: 4 additions & 0 deletions apps/presentationeditor/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
width: inherit;
height: 44px;
}
.rtl .loadmask > .sktoolbar li.fat {
right: 800px;
left: 0;
}

.loadmask > .placeholder {
display: flex;
Expand Down
4 changes: 4 additions & 0 deletions apps/presentationeditor/main/index.html.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
width: inherit;
height: 44px;
}
.rtl .loadmask > .sktoolbar li.fat {
right: 800px;
left: 0;
}

.loadmask > .placeholder {
display: flex;
Expand Down
4 changes: 4 additions & 0 deletions apps/spreadsheeteditor/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@
width: 670px;
height: 44px;
}
.rtl .loadmask > .sktoolbar li.fat {
right: 854px;
left: 0;
}

.loadmask > .skformula {
height: 24px;
Expand Down
4 changes: 4 additions & 0 deletions apps/spreadsheeteditor/main/index.html.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
width: 670px;
height: 44px;
}
.rtl .loadmask > .sktoolbar li.fat {
right: 854px;
left: 0;
}

.loadmask>.skformula {
height: 24px;
Expand Down

0 comments on commit fafb0d0

Please sign in to comment.