Make chat page 100% width

This commit is contained in:
cuom1999 2021-07-08 17:09:30 -05:00
parent 7db78177c1
commit bbe5f6ce5a

View file

@ -287,6 +287,10 @@
overflow:hidden; overflow:hidden;
} }
} }
.page-container {
width: 100%;
}
</style> </style>
{% endblock media %} {% endblock media %}