Jelajahi Sumber

[edit] style

wenliming 2 tahun lalu
induk
melakukan
d44ea437b8
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/logic/content/twitter.js

+ 2 - 2
src/logic/content/twitter.js

@@ -600,7 +600,7 @@ function _createBtnDom() {
 
 function createTweetToolbarDenet() {
     let src = require("@/assets/img/icon-gift-pack.png");
-    const smallDeBtnStyle = 'width:20px;height: 20px;cursor: pointer;padding: 0px 8px';
+    const smallDeBtnStyle = 'width:20px;height: 20px;cursor: pointer;margin: 0px 8px';
 
     const deBtn1 = document.createElement('img');
     deBtn1.id = 'de-btn1';
@@ -623,7 +623,7 @@ function createTweetToolbarDenet() {
 
 function createTweetToolbarToolBox() {
     let src = require("@/assets/img/icon-tool-box-01.png");
-    const smallDeBtnStyle = 'width:20px;height: 20px;cursor: pointer;padding: 0px 8px';
+    const smallDeBtnStyle = 'width:20px;height: 20px;cursor: pointer;margin: 0px 8px';
 
     const deToolBoxBtn = document.createElement('img');
     deToolBoxBtn.id = 'de-tool-box-btn-01';