To make your sidebar style compact, please go to gleek.js file and make sure sidebarStyle: "compact"

    
        (function($) {
            "use strict"

            new quixSettings({
                sidebarStyle: "compact"
            });

        })(jQuery);