mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-20 13:07:03 +00:00
WIP
This commit is contained in:
parent
e2fe834e1e
commit
215bb7ac34
1 changed files with 4 additions and 3 deletions
|
@ -457,9 +457,7 @@
|
|||
$('#buttons_bars').width($('body').width() - 240);
|
||||
}
|
||||
|
||||
$('.badge').each(function() {
|
||||
$(this).css('max-width', $(this).closest( "div" ).width());
|
||||
})
|
||||
|
||||
|
||||
if ($(window).width() <= 1170) {
|
||||
$('form .row :first-child').each( function() {
|
||||
|
@ -468,6 +466,9 @@
|
|||
$('.container-fluid .row :first-child').each( function() {
|
||||
$(this).removeClass('text-right');
|
||||
})
|
||||
$('.badge').each(function() {
|
||||
$(this).css('max-width', $(this).closest( "div" ).width());
|
||||
})
|
||||
}
|
||||
|
||||
if ($('#buttons_bar_left').children().length > 0 || $('#buttons_bar_right').children().length > 0) {
|
||||
|
|
Loading…
Reference in a new issue