mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Changes to fit the sizing of channelname and title
This commit is contained in:
@@ -368,7 +368,7 @@ var Channel = {
|
||||
},
|
||||
|
||||
set_title_width: function(start){
|
||||
if($(window).width() > 600){
|
||||
if($(window).width() + 8 > 600){
|
||||
var add_width = $(".brand-logo").outerWidth()
|
||||
if(start){
|
||||
add_width = $(window).width()*0.15;
|
||||
|
||||
Reference in New Issue
Block a user