Skip to content
Snippets Groups Projects
Commit a2f59334 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

make aux panel behave vaguely intelligently

parent 9af09de7
No related merge requests found
......@@ -14,6 +14,10 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_RoomSettings {
max-height: 250px;
}
.mx_RoomSettings_settings {
display: table;
margin: 5px 0;
......
......@@ -50,6 +50,10 @@ limitations under the License.
max-width: 720px;
width: 100%;
margin: auto;
overflow: scroll;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
.mx_RoomView_messagePanel {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment