We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Works fine on Chrome. Possibly a Safari bug.
We'll check it out tomorrow and see what can be done.
When sending PMs please make sure to include a reference link to the thread in question in the body of your message.
Plesse fix the icon in the header. Thanks.
merged again
please do not create the thread a third time
Last edited by dante696; June 12th, 2018 at 11:58 PM. Reason: merged
@Chris
you should also fix logo height on desktop version
the media query duplication change 58pc to 82
Code:#ts-logo, #ts-logo-small { width: auto; height: 58px; -webkit-transition: all linear 0.2s; transition: all linear 0.2s; } @media (min-width: 992px) { #ts-logo, #ts-logo-small { height: 82px; } }
58px is fine for larger screens too
just remove the media query line concerning the logo
and you don't even need thisCode:@media (min-width: 992px) { #ts-logo, #ts-logo-small { height: 82px; } }
Code:var url = document.location.toString(); var doc = $(document); var bar = $('header'); doc.on('scroll', function() { if(doc.scrollTop() > 200) { bar.addClass('scrolled'); } else { bar.removeClass('scrolled'); } });
Last edited by ZerefGG; June 14th, 2018 at 12:51 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)