Fixes #1071. x clear cross now same size as text (#1609)

This commit is contained in:
Chaimaa ZEGOUMOU 2019-06-19 15:37:55 +02:00 committed by JC Brand
parent c32070c9bb
commit a0b925ef6e
4 changed files with 480 additions and 455 deletions

View File

@ -30,6 +30,7 @@
- New event: [chatBoxBlurred](https://conversejs.org/docs/html/api/-_converse.html#event:chatBoxBlurred)
- New event: [chatReconnected](https://conversejs.org/docs/html/api/-_converse.html#event:chatReconnected)
- #316: Add support for XEP-0198 Stream Management
- #1071: x clear cross of same size as text
- #1142: Up/down arrow shouldn't erase current message
- #1196: Use alternative connection method upon connfail
- #1296: `embedded` view mode shows `chatbox-navback` arrow in header

928
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -82,7 +82,7 @@
"jasmine-core": "2.99.1",
"jed": "1.1.1",
"jsdoc": "^3.5.5",
"lerna": "^3.14.1",
"lerna": "^3.15.0",
"lodash-template-webpack-loader": "jcbrand/lodash-template-webpack-loader",
"long": "^3.1.0",
"mini-css-extract-plugin": "^0.5.0",

View File

@ -36,10 +36,12 @@
}
.clear-input {
margin-top: 0.5em;
margin-bottom : 0.5em;
position: absolute;
right: 0.2em;
cursor: pointer;
font-size: 0.75rem;
font-size: var(--font-size);
}
&#converse-register,