Add CSS to show images at appropriate size

This commit is contained in:
Midgard 2024-11-23 18:45:41 +01:00
parent c1af0c14e7
commit ffcbdaa95e
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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>