mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 12:36:35 +00:00
Progress of file picker
This commit is contained in:
parent
f4dfceface
commit
82d0323f58
10 changed files with 166 additions and 243 deletions
18
src/App.css
18
src/App.css
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue