thelounge-uimproved 1.0.2 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,19 @@
1
1
  /*
2
- * Hide fields: user,pass,auth
2
+ * Hide:
3
+ * Password (2)
4
+ * Username (4)
5
+ * Realname (5)
3
6
  */
4
7
  #connect .connect-row:nth-of-type(2),
5
8
  #connect .connect-row:nth-of-type(4),
9
+ #connect .connect-row:nth-of-type(5) {
10
+ display: none !important;
11
+ }
12
+
13
+ /*
14
+ * Hide Authentication section
15
+ */
6
16
  #connect .connect-row:nth-of-type(8),
7
17
  #connect #label-auth {
8
- display: none !important;
18
+ display: none !important;
9
19
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "thelounge-uimproved",
3
- "version": "1.0.2",
4
- "description": "Simply hide some fields in thelounge NetworkForm",
3
+ "version": "1.1.0",
4
+ "description": "Hides some fields in thelounge NetworkForm",
5
5
  "main": "index.js",
6
6
  "license": "ISC",
7
7
  "keywords": [ "thelounge" ],