mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated embedded player with title at top
This commit is contained in:
@@ -122,6 +122,7 @@
|
||||
#player{
|
||||
width:60vw;
|
||||
height: calc(100vh - 32px);
|
||||
padding-top: 51px;
|
||||
}
|
||||
|
||||
#pageButtons{
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="modal-footer">
|
||||
</div>
|
||||
</div>
|
||||
<div id="song-title"></div>
|
||||
<div id="song-title" class="truncate"></div>
|
||||
<div id="main_components" style="display:inline-flex;">
|
||||
<div id="player-container">
|
||||
<div id="player"></div>
|
||||
|
||||
Reference in New Issue
Block a user