Commit a0b925ef authored by Chaimaa ZEGOUMOU's avatar Chaimaa ZEGOUMOU Committed by JC Brand

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

parent c32070c9
......@@ -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
......
This diff is collapsed.
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment