Browse Source

fix css conflict in some condition

DIYgod 8 years ago
parent
commit
ba3be09256
5 changed files with 5 additions and 2 deletions
  1. 0 0
      dist/DPlayer.min.js
  2. 0 0
      dist/DPlayer.min.js.map
  3. 1 1
      package.json
  4. 1 1
      src/DPlayer.js
  5. 3 0
      src/DPlayer.scss

File diff suppressed because it is too large
+ 0 - 0
dist/DPlayer.min.js


File diff suppressed because it is too large
+ 0 - 0
dist/DPlayer.min.js.map


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "dplayer",
   "name": "dplayer",
-  "version": "1.0.9",
+  "version": "1.0.10",
   "description": "Wow, such a lovely HTML5 danmaku video player",
   "description": "Wow, such a lovely HTML5 danmaku video player",
   "main": "dist/DPlayer.min.js",
   "main": "dist/DPlayer.min.js",
   "scripts": {
   "scripts": {

+ 1 - 1
src/DPlayer.js

@@ -1,4 +1,4 @@
-console.log("\n %c DPlayer 1.0.9 %c http://dplayer.js.org \n\n","color: #fadfa3; background: #030307; padding:5px 0;","background: #fadfa3; padding:5px 0;");
+console.log("\n %c DPlayer 1.0.10 %c http://dplayer.js.org \n\n","color: #fadfa3; background: #030307; padding:5px 0;","background: #fadfa3; padding:5px 0;");
 
 
 require('./DPlayer.scss');
 require('./DPlayer.scss');
 
 

+ 3 - 0
src/DPlayer.scss

@@ -756,6 +756,9 @@
                         text-align: center;
                         text-align: center;
                         border-radius: 4px;
                         border-radius: 4px;
                         width: 300px;
                         width: 300px;
+                        background: #fff;
+                        margin: 0;
+                        height: auto;
                     }
                     }
 
 
                     .dplayer-send-icon {
                     .dplayer-send-icon {

Some files were not shown because too many files changed in this diff