mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-02-06 20:15:01 +00:00
disable right col if modules are empty
This commit is contained in:
parent
0235eea6e2
commit
85e5bf2b9f
@ -2634,7 +2634,7 @@ ul.dropdown-menu li > li > a {
|
||||
position: absolute;
|
||||
left: 168px;
|
||||
right: 20px;
|
||||
width: auto;
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.modal-wrapper {
|
||||
|
@ -1,12 +1,9 @@
|
||||
$(window).resize(function()
|
||||
{
|
||||
testRightSide();
|
||||
reAppendModules();
|
||||
});
|
||||
|
||||
$(window).load(function()
|
||||
{
|
||||
testRightSide();
|
||||
});
|
||||
|
||||
|
||||
$(document).ready(function()
|
||||
|
@ -9,7 +9,7 @@
|
||||
position: absolute
|
||||
left: $leftWidth
|
||||
right: 20px
|
||||
width: auto
|
||||
width: auto!important
|
||||
|
||||
.modal-wrapper
|
||||
width: 85%
|
||||
|
Loading…
x
Reference in New Issue
Block a user