teslacam-browser
Version:
A minimal TeslaCam Browser
87 lines (73 loc) • 897 B
CSS
html, body
{
height: 100%;
}
[v-cloak]
{
display: none;
}
#root
{
height: 100%;
}
#heading
{
min-height: 80px;
}
#heading .heading
{
font-size: 32pt;
cursor: pointer;
}
#heading .version
{
font-size: 24pt;
color: lightgray;
}
#heading .credits
{
font-size: 12pt;
color: darkgray;
}
#content
{
align-items: stretch;
height: 100%;
}
#sidebar
{
min-width: 320px;
max-width: 320px;
overflow-x: hidden;
}
#sidebar.hidden
{
margin-left: -320px;
}
#times
{
overflow-y: auto;
}
#videos
{
overflow-y: auto;
}
#detail .timespan .titleContainer .title
{
cursor: pointer;
}
#detail .timespan .videoContainer .column
{
width: calc( 100% / 3 );
}
#detail .timespan .videoContainer .column video
{
width: 100%;
height: auto;
cursor: pointer;
}
.custom-range
{
/* HACK: fix the custom scrub bar slow expansion in Edge */
width: 98% ;
}