Newer
Older
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 0 50px;
i {
user-select: none;
}

Shpuld Shpludson
committed
box-sizing: border-box;
padding-top: 60px;
margin: auto;
min-height: 100vh;
max-width: 980px;
background-color: rgba(0,0,0,0.15);
align-content: flex-start;
}
.text-center {
text-align: center;
}
body {
font-family: sans-serif;
font-size: 14px;
margin: 0;
}
a {
text-decoration: none;
}

shpuld
committed
cursor: pointer;
border-top: 1px solid rgba(255, 255, 255, 0.2);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 2px black;
font-size: 14px;
box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);

Shpuld Shpuldson
committed
&:disabled {
cursor: not-allowed;
opacity: 0.5;
}
margin: 0;
padding: 0 10px 0 10px;
}
.gaps {
margin: -1em 0 0 -1em;
}
.item {
flex: 1;

Shpuld Shpuldson
committed
line-height: 21px;
height: 21px;

Shpuld Shpludson
committed
overflow: hidden;
.nav-icon {
font-size: 1.1em;
margin-left: 0.4em;
}
}
.gaps > .item {
padding: 1em 0 0 1em;
}
.auto-size {
flex: 1
}
nav {
width: 100%;
align-items: center;
position: fixed;
height: 50px;
height: 50px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
main-router {
flex: 1;
}
.status.compact {
color: rgba(0, 0, 0, 0.42);
font-weight: 300;
p {
margin: 0;
font-size: 0.8em
}
}
/* Panel */
.panel {
display: flex;
flex-direction: column;
margin: 0.5em;

shpuld
committed
border-radius: 10px;

Shpuld Shpludson
committed
box-shadow: 1px 1px 4px rgba(0,0,0,.6);

Shpuld Shpludson
committed
overflow: hidden;
}
.panel-body:empty::before {
content: "¯\\_(ツ)_/¯"; // Could use words but it'd require translations
display: block;

Shpuld Shpludson
committed
margin: 1em;

shpuld
committed
border-radius: 10px 10px 0 0;

shpuld
committed
padding: 0.6em 1.0em;
text-align: left;

shpuld
committed
border-radius: 0 0 10px 10px;
.fade-enter-active, .fade-leave-active {
transition: opacity .2s
}
.fade-enter, .fade-leave-active {
opacity: 0
}
flex-basis: 60%;
flex-grow: 1;
flex-shrink: 1;

Shpuld Shpludson
committed
.sidebar-bounds {
flex: 0;
.sidebar-flexer {
flex: 1;
width: 365px;
}
.mobile-shown {
display: none;
}
.panel-switcher {
display: none;
width: 100%;

Shpuld Shpludson
committed
height: 46px;

Shpuld Shpludson
committed
max-height: 32px;
@media all and (min-width: 960px) {
body {
overflow-y: scroll;
}

Shpuld Shpludson
committed
.sidebar-bounds {
overflow: hidden;
max-height: 100vh;
position: fixed;
margin-top: -10px;

Shpuld Shpludson
committed
.sidebar-scroller {
height: 96vh;
padding-top: 10px;

Shpuld Shpludson
committed
padding-right: 50px;
overflow-x: hidden;
overflow-y: scroll;
}

Shpuld Shpludson
committed
.sidebar {
width: 345px;
}
}
.sidebar-flexer {
max-height: 96vh;
flex-shrink: 0;
flex-grow: 0;
}
}
@media all and (max-width: 959px) {
.mobile-hidden {
display: none;
}
.panel-switcher {
display: flex;
}
.container {
padding: 0 0 0 0;
}
.panel {
margin: 0.5em 0 0.5em 0;
}