menu{
    border-top-width:1px;
    height:var(--bm);
    width:100%;
    >inner{
        align-items:center;
        flex-direction:row;
        height:calc(100% - 20px);
        justify-content:space-between;
        line-height:calc(100% - 20px);
        max-height:calc(100% - 20px);
        min-height:calc(100% - 20px);
        padding: 0 10px;
        button{
            height:var(--bl);
            width:var(--bl);
            &[active]{svg{height:48px;}}
            name{display:none;}
        }
    }
}
