Progress of file picker

This commit is contained in:
Jordan Eldredge 2019-02-20 09:28:14 -08:00
parent f4dfceface
commit 82d0323f58
10 changed files with 166 additions and 243 deletions

View file

@ -146,6 +146,10 @@ body.webamp-loaded #webamp {
opacity: 1;
}
.skin img {
box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.screenshot {
height: 100%;
opacity: 0;
@ -216,3 +220,17 @@ body.overlay-open .overlay {
margin: 80px auto;
line-height: 1.4em;
}
.readme {
background: white;
}
.readme pre {
padding: 10px;
width: 100%;
height: 100%;
white-space: pre-wrap;
margin: 0;
font-size: 12px;
box-sizing: border-box;
}