mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
Attachments in "new window" view #1166
This commit is contained in:
parent
1a499f61fd
commit
739a2ce39e
2 changed files with 11 additions and 1 deletions
|
|
@ -40,6 +40,12 @@ pre {
|
|||
body > * {
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
|
||||
#attachments > * {
|
||||
border: 1px solid rgba(125,128,128,0.5);
|
||||
padding: 0.25em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body></body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue