Version 2.1.2

This commit is contained in:
dmzx
2019-01-17 19:18:50 +01:00
parent 698db04f9e
commit 940161da23
26 changed files with 413 additions and 82 deletions

View File

@@ -0,0 +1,21 @@
/**
*
* 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;
}