mirror of https://github.com/vector-im/riot-web
more cssage
parent
2a15b3a98c
commit
56415b40e9
|
@ -6,4 +6,6 @@
|
||||||
|
|
||||||
.mx_RoomView ul {
|
.mx_RoomView ul {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
height: 100%;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
display: table;
|
display: table;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MatrixChat_leftPanel {
|
.mx_MatrixChat_leftPanel {
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en" style="height: 100%; overflow: hidden">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Matrix Flux</title>
|
<title>Matrix Flux</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body style="height: 100%; ">
|
||||||
<section id="matrixchat"></section>
|
<section id="matrixchat" style="height: 100%; "></section>
|
||||||
<script src="bundle.js"></script>
|
<script src="bundle.js"></script>
|
||||||
<link rel="stylesheet" href="bundle.css">
|
<link rel="stylesheet" href="bundle.css">
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue