/* TOGGLE */

.mobile #sceneListToggle {

     display: none;
     
}



.mobile #sceneListToggle .icon {
    margin-left: unset;
    width: var(--mobile-icon-size);
    height: var(--mobile-icon-size);
}



/* LIST  */

.mobile #sceneList {

    width: 100%;
    left: var(--mobile-titleBar-leftAndRight);
    margin-bottom: var(--banner-height);
    padding: 0px 0px;

    border-radius: var(--mobile-border-radius);
    border: 0px;

}



.mobile #sceneList.enabled {

    left: 0px;
    margin-bottom: calc(var(--outside-offset) + var(--banner-height));

}



.mobile #sceneList .scenes {
    height: 100%;
}



.mobile #sceneList .scene {
    height: var(--mobile-titleBar-height);
}



.mobile #sceneList .scene .text {
    line-height: var(--mobile-titleBar-height);
    padding: 0 var(--mobile-titleBar-height);
}