/* This file contains ONLY the styles needed for the admin menu icon. */

#adminmenu #toplevel_page_tubebay .wp-menu-image img {
    width: 20px;
    /* height: 20px; */
    /* padding: 7px 0 0; */
    margin-inline: auto;
    
}

#adminmenu #toplevel_page_tubebay .wp-menu-open .wp-menu-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    & img {
        width: 20px;
        /* height: 20px; */
        padding: 0;
    }
}
