#container{flex-flow:column;height:100vh;max-height:100vh;display:flex;overflow:hidden}#header{background-color:#2f4f4f;justify-content:space-between;align-items:center;width:100%;height:36px;display:flex}.linky-container{margin-bottom:2px;margin-right:7px;display:flex}.linky{white-space:nowrap;color:#adff2f;margin:7px}#selectConfig{flex-grow:1;min-width:0;margin:7px}#app{height:calc(100vh - 36px)}@media only screen and (width<=400px){#header{flex-wrap:wrap;height:65px}.linky-container{overflow-x:scroll}#app{height:calc(100vh - 65px)}.linky{margin-top:0}}
