1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

add padding to timeline

This commit is contained in:
Bruno Windels
2018-10-23 09:33:22 +02:00
parent 73d9a71b29
commit 7e09d50e68

View File

@ -139,9 +139,8 @@ limitations under the License.
}
.mx_RoomView_MessageList {
width: 100%;
list-style-type: none;
padding: 0px;
padding: 18px;
}
.mx_RoomView_MessageList li {