Show paperclip at EML attachments #1166

This commit is contained in:
the-djmaze 2023-08-22 13:57:36 +02:00
parent ba304fcd00
commit 8f79a4c34b

View file

@ -45,6 +45,9 @@ body > * {
border: 1px solid rgba(125,128,128,0.5);
padding: 0.25em;
margin-right: 1em;
}
#attachments > *::before {
content: '📎 ';
}
</style>
</head>