server ver

This commit is contained in:
2021-04-16 20:41:48 +00:00
parent c9257dc357
commit 1b5088cde7
159 changed files with 3533 additions and 740 deletions

View File

@@ -11,7 +11,6 @@
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");
:root {
--blue: #375a7f;
--indigo: #6610f2;

View File

@@ -238,11 +238,11 @@ ul.dd-menu > li:hover {
.dd-input + .dd-menu {
display: none;
}
}
.dd-input:checked + .dd-menu {
display: block;
}
}
.dd-menu li {
padding: 10px 20px;
@@ -308,11 +308,19 @@ div#categories {
}
div#collapseComments {
background: #040a0a;
background: #000;
padding: 5px;
}
.card.panel-default {
margin-top: 5px;
margin: 5px;
}
}
#commentForm textarea {
background: rgb(33, 34, 34) none repeat scroll 0 0;
}
.commentButton {
background: #000;
}

View File

@@ -395,7 +395,7 @@ $(function() {
formData.append('file', file);
$('.progress-striped, #upload-stats').css('opacity', 0).slideDown('fast').animate({opacity: 1}, {queue: false, duration: 'fast'});
jqXHR = $.ajax({
url: '/api/upload',
url: '/api/video/upload',
type: 'POST',
data: formData,
processData: false,