This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Sign in to view your library & saved favorites.
So i wanted to see something from a logged out account's perspective, so i opened edge.
The buttons on the right, seem to take up multiple lines when they shouldn't (see the screenshot below)
This fixable by changing the css rule:
@media (min-width: 1024px) .more-links .links a { display: inline-block !important; }
So i wanted to see something from a logged out account's perspective, so i opened edge.
The buttons on the right, seem to take up multiple lines when they shouldn't (see the screenshot below)
This fixable by changing the css rule:
@media (min-width: 1024px) .more-links .links a { display: inline-block !important; }