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