Grid-compatible adjustable columns
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
$( '.uls-trigger' ).click( function () {
|
||||
//Hacks I need to make afterwards. ULS API should be probably modified to allow optional classes and not force position:
|
||||
$( '.uls-menu' )
|
||||
.removeClass( 'uls-wide' )
|
||||
.addClass( 'uls-mobile' )
|
||||
.css( 'left', '2.5%' );
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user