mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Scaling fixes for whole site, and prettier search-loader
This commit is contained in:
@@ -420,7 +420,7 @@ var Channel = {
|
||||
if(start){
|
||||
add_width = window.innerWidth * 0.15;
|
||||
}
|
||||
var test_against_width = window.innerWidth - document.getElementsByClassName("control-list")[0].offsetWidth - add_width - 33;
|
||||
var test_against_width = window.innerWidth - document.getElementsByClassName("control-list")[0].offsetWidth - add_width - 11;
|
||||
title_width = test_against_width;
|
||||
document.getElementsByClassName("title-container")[0].style.width = title_width + "px";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user