Signed-off-by: Ajay Bura <ajbura@gmail.com>
"halogen.city",
"kde.org",
"matrix.org",
- "mozilla.modular.im",
- "perthchat.org",
- "ru-matrix.org"
+ "mozilla.modular.im"
]
}
\ No newline at end of file
"main": "index.js",
"engines": {
"npm": ">=6.14.11",
- "node": "16.3.0"
+ "node": ">=14.6.0"
},
"scripts": {
"start": "webpack serve --config ./webpack.dev.js --open",
- "build": "webpack --config ./webpack.prod.js"
+ "build": "export NODE_OPTIONS=--openssl-legacy-provider; webpack --config ./webpack.prod.js"
},
"keywords": [],
"author": "Ajay Bura",
.homeserver-form {
display: flex;
margin-bottom: var(--sp-extra-tight);
+ line-height: 0;
& > .input-container {
flex: 1;
& .input {
overflow: visible;
-webkit-appearance: button;
}
+textarea, input[type="text"] {
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+}
textarea {
color: inherit;
word-spacing: inherit;