forked from 0x2620/pandora
fix #2078 (Texts: Right margin is wider than left margin)
This commit is contained in:
parent
642c5e2288
commit
671667eb5a
1 changed files with 4 additions and 4 deletions
|
@ -395,7 +395,7 @@ pandora.ui.textHTML = function(text) {
|
||||||
return window.innerWidth
|
return window.innerWidth
|
||||||
- pandora.user.ui.showSidebar * pandora.user.ui.sidebarSize - 1
|
- pandora.user.ui.showSidebar * pandora.user.ui.sidebarSize - 1
|
||||||
- pandora.user.ui.embedSize - 1
|
- pandora.user.ui.embedSize - 1
|
||||||
- 32 - 16;
|
- 32 - Ox.UI.SCROLLBAR_SIZE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue