Add CSS to show images at appropriate size
This commit is contained in:
parent
c1af0c14e7
commit
ffcbdaa95e
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>$mattermost_name channels</title>
|
||||
<style>
|
||||
img.emoji {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
vertical-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>$mattermost_name channels</h1>
|
||||
|
|
Loading…
Reference in a new issue