Nothing important, but some things I noticed.

OS: Windows 10 Home

Browser: Chrome, windowed 

Resolution: 1920 x 1080

Issue A: Navbar links buried under sidebar

Description: Links like "DEVBLOG" and "FORUMS" get partially or fully hidden behind the side bar when the browser's width reaches 1575 pixels or fewer. This doesn't seem to be an issue when the sidebar is closed. After reaching said width, the following is triggered: 

@media screen and (max-width: 1575px)

.universes-navigation.affixed.navbar-sticky[_ngcontent-c6]{

  1.    left: 40px;

}

See image A.


Issue B: Social Media nav menu in banner crosses over navbar

Description: At certain browser widths, the social media nav intersects the nav menu, sometimes overlapping links. This doesn't appear to be an issue when the sidebar is closed. It seems to lack any responsiveness to the status of the sidebar.

See image B.

Opening the image in a new tab will open them at their full dimensions.