view src/streamed-graph.css @ 4:a668a774b162

back up, slowly turn on code again until ts breaks
author drewp@bigasterisk.com
date Wed, 04 Dec 2019 00:23:28 -0800
parents 6cd3aaf431b6
children 7ca4ff2088c3
line wrap: on
line source

:host {
    display: flex;
    flex-direction: column;
    padding: 2px 0;
}
div#ui {
    display: inline-block;
    width: 30em;
    border: 1px solid gray;
    background: #BFBFBF;
    color: black;
}
#ui button { width: 2em; }
div#graphView {

}
div a { color: #007; }
.expander {
    display: inline-block;
    padding: 3px;
}