Skip to content
Snippets Groups Projects
Unverified Commit c25a9dae authored by Michael Telatynski's avatar Michael Telatynski Committed by GitHub
Browse files

Merge pull request #219 from matrix-org/t3chguy/msc3266

parents 2acec4f1 acd88138
Branches
Tags
No related merge requests found
Showing
with 550 additions and 544 deletions
node_modules
build
*.tar.gz
/.idea
......@@ -22,6 +22,10 @@
height: 64px;
}
.PreviewView .mxSpace .avatar {
border-radius: 12px;
}
.PreviewView .defaultAvatar {
width: 64px;
height: 64px;
......
......@@ -45,3 +45,4 @@ const server = http.createServer(function onRequest (req, res) {
// Listen
server.listen(5000);
console.log("Listening on port 5000");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment