diff --git a/.gitignore b/.gitignore
index 7b820477..ec388491 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,11 @@
.DS_Store
.idea
+*.sublime-workspace
# Node.js package manager
-/node_modules
-/npm-debug.log
+node_modules
+npm-debug.log
dist
-package_dist
+releases
webogram*.zip
-app/js/partials.js
-*.sublime-workspace
+app/js/templates.js
\ No newline at end of file
diff --git a/app/css/app.css b/app/css/app.css
index ad0860a3..77ac1bfb 100644
--- a/app/css/app.css
+++ b/app/css/app.css
@@ -484,7 +484,7 @@ input[type="number"]::-webkit-inner-spin-button {
margin-right: -7px;
}
.im_dialogs_col .nano > .pane {
- background : rgba(0,0,0,.0);
+ background : rgba(0,0,0,0.0);
width : 12px;
right: 0px;
-webkit-transition : .2s;
diff --git a/app/index.html b/app/index.html
index 6ece9a17..4e23df0d 100644
--- a/app/index.html
+++ b/app/index.html
@@ -44,16 +44,20 @@
-
-
+
+
+
+