@media (hover:none){
    editor{height:calc(100% - 83px);}
    html,body{overscroll-behavior:none;}
    menu{height:83px;padding:0 0 20px 0;>inner{margin-top:12px;}}
    message{z-index:999999999;}
    navigator{display:unset;}
    page{height:calc(100% - 83px);inner{row[header]{position:sticky;top:88px;}}top{height:88px;padding-top:44px;}}
    views{
        padding:44px 0 0 0;overscroll-behavior-y:contain;position:relative;height:calc(100% - 83px);
        doc{padding-top:44px;}
        section{&[chats]{>chat{padding-top:44px;height:calc(100% - 83px);}>chatnew{padding-top:44px;height:calc(100% - 83px);}}top{&::before{content:'';background:var(--d2);display:block;height:200px;top:-195px;width:110%;position:absolute;left:-20px;}}}
        users{margin-top:44px;}
        view{
            height:calc(100% - 83px);
            max-height:calc(100% - 83px);
            min-height:calc(100% - 83px);
            details[system]{min-height:100%;}
            >form{&details{&[open]{&[social]{margin-bottom:83px;} }}}
            &[active]{padding-top:44px;}
        }
    }
}

