Version 2.1.0
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{% INCLUDECSS '@dmzx_mchat/mchat_allanstyle.css' %}
|
||||
<script>
|
||||
document.querySelector('#mchat-body').classList.add('topiclist');
|
||||
document.querySelector('#mchat-body').classList.add('forums');
|
||||
</script>
|
||||
17
styles/AllanStyle-SUBSILVER/theme/mchat_allanstyle.css
Normal file
17
styles/AllanStyle-SUBSILVER/theme/mchat_allanstyle.css
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
*
|
||||
* mChat CSS for AllanStyle SUBSILVER
|
||||
*
|
||||
* @package phpBB Extension - mChat
|
||||
* @copyright (c) 2018 kasimi - https://kasimi.net
|
||||
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
||||
*
|
||||
*/
|
||||
|
||||
@media only screen and (min-width: 700px), only screen and (min-device-width: 700px) {
|
||||
|
||||
.mchat-wrapper .list-inner {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user