/**
 * @name         Hide Discord Panels
 * @description  Hides the Server, Friends, Channel and Server User panels with some animations.
 * @source       https://github.com/rmkx/rmkx.github.io/blob/main/src/hidePanels.css
 * @author       rmkx#3388
 * @version      1.0 
 */

@import url('https://rmkx.github.io/src/hidePanels.css');

:root {
    --server-hiding-width: 50px; /*Amount that will be shown when the panels hide | Default 50px*/
    --members-hiding-width: 55px; /*Amount that will be shown when the server's members panel hides | Default 55px*/
    --showing-width: 240px; /*Amount that will be shown when the panels show | Default 240*/
    --hidden-background: transparent; /*Background of the elements when hidden*/
    --showing-background: transparent;/*Background of the elements when showing*/ 
}