mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
webmail: show all images (inline and attachment) below the text part (for the text view, not for html view)
the attachment buttons for images get some opacity for the text view, to indicate you don't have to open them explicitly.
This commit is contained in:
@ -27,9 +27,12 @@ button.keyword { cursor: pointer; }
|
||||
.btngroup button:first-child, .btngroup .button:first-child { border-radius: .15em 0 0 .15em; }
|
||||
.btngroup button:last-child, .btngroup .button:last-child { border-radius: 0 .15em .15em 0; border-right-width: 1px; }
|
||||
iframe { border: 0; }
|
||||
.pad { padding: .5em; }
|
||||
.invert { filter: invert(100%); }
|
||||
.scriptswitch { text-decoration: underline #dca053 2px; }
|
||||
.textmulti > *:nth-child(even) { background-color: #f4f4f4; }
|
||||
.textmulti > * { padding: 2ex .5em; margin: -.5em; /* compensate pad */ }
|
||||
.textmulti > *:first-child { padding: .5em; }
|
||||
.pad { padding: .5em; }
|
||||
|
||||
.msgitem { display: flex; user-select: none; }
|
||||
.msgitemcell { padding: 2px 4px; }
|
||||
|
Reference in New Issue
Block a user