forked from 0x2620/pandora
SCROLLBAR_SIZE -> UI.SCROLLBAR_SIZE
This commit is contained in:
parent
ae9d2768c9
commit
bd190b4695
25 changed files with 62 additions and 62 deletions
|
|
@ -395,7 +395,7 @@ pandora.ui.textHTML = function(text) {
|
|||
return window.innerWidth
|
||||
- pandora.user.ui.showSidebar * pandora.user.ui.sidebarSize - 1
|
||||
- pandora.user.ui.embedSize - 1
|
||||
- 32 - Ox.SCROLLBAR_SIZE;
|
||||
- 32 - Ox.UI.SCROLLBAR_SIZE;
|
||||
}
|
||||
|
||||
function scrollTo(position) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue