
/* Fixed menu thumbnail dimensions */
#vue-merchant-menu .borderx > .el-image {
    width: 130px !important;
    min-width: 130px !important;
    height: 100px !important;
}

#vue-merchant-menu .borderx > .el-image .el-image__inner {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
