mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Changing position of next-prev buttons on playlist in embedded version
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#pageButtons{
|
#pageButtons{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top:10px;
|
padding-top:15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pageButtons, #pageButtons a{
|
#pageButtons, #pageButtons a{
|
||||||
|
|||||||
4
public/dist/embed.min.js
vendored
4
public/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
6
public/dist/main.min.js
vendored
6
public/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -38,7 +38,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
color = "#" + hash[1];
|
color = "#" + hash[1];
|
||||||
|
|
||||||
add = "https://zoff.me";
|
add = "http://zoff.me";
|
||||||
socket = io.connect(''+add+':8080', connection_options);
|
socket = io.connect(''+add+':8080', connection_options);
|
||||||
|
|
||||||
socket.on("get_list", function(){
|
socket.on("get_list", function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user