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 charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<title>$mattermost_name channels</title>
|
<title>$mattermost_name channels</title>
|
||||||
|
<style>
|
||||||
|
img.emoji {
|
||||||
|
width: 1em;
|
||||||
|
height: 1em;
|
||||||
|
vertical-align: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>$mattermost_name channels</h1>
|
<h1>$mattermost_name channels</h1>
|
||||||
|
|
Loading…
Reference in a new issue