Make layout full-width responsive
This commit is contained in:
@@ -29,7 +29,8 @@ function onLoad() {
|
||||
|
||||
function initGallery() {
|
||||
// We only want these styles applied when javascript is enabled
|
||||
$('div.navigation').css({'width' : '300px', 'float' : 'left'});
|
||||
// Layout is now handled by CSS (flex). Keep JS from forcing a fixed width.
|
||||
$('div.navigation').css({'width' : '', 'float' : ''});
|
||||
$('div.content').css('display', 'block');
|
||||
|
||||
// Initially set opacity on thumbs and add additional styling for hover effect on thumbs
|
||||
|
||||
Reference in New Issue
Block a user