<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *
 * mChat CSS for we_universal
 *
 * @package phpBB Extension - mChat
 * @copyright (c) 2018 kasimi - https://kasimi.net
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 *
 */

.mchat-nav {
	float: right !important;
}

.mchat-nav::before {
	content: none !important;
}

#mchat-panel .inputbox {
	height: unset;
}
</pre></body></html>