sxoinas12 5 年 前
コミット
65d573ed69
4 ファイル変更10 行追加7 行削除
  1. 4 2
      App.css
  2. 2 2
      Systems/ModuleBar.js
  3. 1 1
      package.json
  4. 3 2
      yalc.lock

+ 4 - 2
App.css

@@ -50,8 +50,10 @@
 }
 
 .horizontal_bars .toolbox .moduleBar{
-  padding: 10px;
-  width: 311px;
+  padding-top: 10px;
+  padding-bottom: 10px;
+  padding-left:20px;
+  width: 258px;
   overflow-y: scroll;
   overflow-x: hidden;
 }

+ 2 - 2
Systems/ModuleBar.js

@@ -67,8 +67,8 @@ export default class ModuleBar {
 
 const ModPrev = StyleSheet.create({
 	container:{
-		marginBottom:34
-		
+		marginBottom:34,
+		width:219
 		
 	},
 	NameCont:{

+ 1 - 1
package.json

@@ -18,7 +18,7 @@
     "react-native-svg": "^9.7.0",
     "react-native-vector-icons": "^6.6.0",
     "react-native-web": "^0.11.4",
-    "trapilib": "http://git.onarbooks.com/Klapi/TrapiLib.git"
+    "trapilib": "file:.yalc/trapilib"
   },
   "devDependencies": {
     "babel-preset-expo": "^5.1.1"

+ 3 - 2
yalc.lock

@@ -2,8 +2,9 @@
   "version": "v1",
   "packages": {
     "trapilib": {
-      "signature": "5e62a82f5a1b7eb68c6e176939b13ee6",
-      "file": true
+      "signature": "205e017a17fa91cccd8773804addb910",
+      "file": true,
+      "replaced": "http://git.onarbooks.com/Klapi/TrapiLib.git"
     }
   }
 }