Compare commits
No commits in common. "ec155a97260448a343a5f4e21e26cbf5a3ceb44a" and "1f7df9280bc745a45beee60710476fffc7cd1733" have entirely different histories.
ec155a9726
...
1f7df9280b
|
|
@ -16,7 +16,7 @@ var numeroPagine = 0;
|
|||
var latestOffset = 0;
|
||||
|
||||
const cssCantoHeight = 0.65;
|
||||
export const cssTableMainHeight = 0.95; //.tableMain {height: 95%;}
|
||||
const cssTableMainHeight = 0.95; //.tableMain {height: 95%;}
|
||||
const bgImgUrl1 = "./images/fefeff.png";
|
||||
const bgImgUrl2 = "./images/f8f9fa.png";
|
||||
const textAbout = '<div class="container"><div class="row align-items-start pt-3"><div class="col">'
|
||||
|
|
@ -1705,12 +1705,6 @@ $(document).ready(function() {
|
|||
Cookies.set('LiDa_style', newStyle); };
|
||||
};
|
||||
|
||||
var cantoHeightToSet = $("body")[0].clientHeight*cssCantoHeight;
|
||||
var maxCantoHeightToSet = $("body")[0].clientHeight*cssTableMainHeight-110; // 63 padding top + 47 margine bottom
|
||||
$(visCantoClass).css("max-height", maxCantoHeightToSet);
|
||||
$(visCantoClass).css("height", cantoHeightToSet);
|
||||
$(displayCantoId).css("max-height", maxCantoHeightToSet);
|
||||
$(displayCantoId).css("height", cantoHeightToSet);
|
||||
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue