mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-25 01:02:19 +00:00
Fix for #1140
This commit is contained in:
parent
b9b8e04e87
commit
2211cc9957
1 changed files with 2 additions and 0 deletions
|
@ -529,8 +529,10 @@
|
|||
$('#buttons_bars').css('left', '30px');
|
||||
} else if ($(window).width() <= 1152) {
|
||||
$('#buttons_bars').width($('body').width() - 60);
|
||||
$('#buttons_bars').css('left', '90px');
|
||||
} else {
|
||||
$('#buttons_bars').width($('body').width() - 240);
|
||||
$('#buttons_bars').css('left', '270px');
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue