Version 2.1.2
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{% if U_MCHAT_CUSTOM_PAGE or MCHAT_PAGE %}
|
||||
{% INCLUDE '@dmzx_mchat/mchat_navlink.html' %}
|
||||
{% endif %}
|
||||
@@ -0,0 +1,3 @@
|
||||
{% if U_MCHAT_CUSTOM_PAGE or MCHAT_PAGE %}
|
||||
{% INCLUDE '@dmzx_mchat/mchat_navlink.html' %}
|
||||
{% endif %}
|
||||
@@ -0,0 +1 @@
|
||||
{% INCLUDECSS '@dmzx_mchat/mchat_we_universal.css' %}
|
||||
@@ -0,0 +1 @@
|
||||
{# empty #}
|
||||
21
styles/we_universal/theme/mchat_we_universal.css
Normal file
21
styles/we_universal/theme/mchat_we_universal.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user