-
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
# DrRacket autosave files
|
# DrRacket autosave files
|
||||||
*.rkt~
|
*.rkt~
|
||||||
|
*.html~
|
||||||
|
*.css~
|
||||||
*.rkt.bak
|
*.rkt.bak
|
||||||
\#*.rkt#
|
\#*.rkt#
|
||||||
\#*.rkt#*#
|
\#*.rkt#*#
|
||||||
|
|||||||
@@ -17,19 +17,19 @@
|
|||||||
<button id="repeat" class="command"><img id="repeat-img" src="repeat.svg" /></button>
|
<button id="repeat" class="command"><img id="repeat-img" src="repeat.svg" /></button>
|
||||||
<button id="volume" class="command"><img id="volume-img" src="repeat.svg" /></button>
|
<button id="volume" class="command"><img id="volume-img" src="repeat.svg" /></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="left-panel">
|
<div class="hpane">
|
||||||
|
<div class="music-info">
|
||||||
<div class="music-library">
|
<div class="music-library">
|
||||||
Library
|
Library
|
||||||
</div>
|
</div>
|
||||||
<div class="album-art">
|
<div class="album-art">
|
||||||
Album art
|
Album art
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="right-panel">
|
<div class="music-playing">
|
||||||
<div class="music-playing">
|
Music playing
|
||||||
Music playing
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -6,8 +6,12 @@ body {
|
|||||||
.pane {
|
.pane {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -35,7 +39,9 @@ span.h-slider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.buttons span.time {
|
.buttons span.time {
|
||||||
width: 5em;
|
width: 4em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user