.left-pane { box-sizing: border-box; } /* Author */ .author-picture { width: 2.2em; height: 2.2em; } /* Content */ .content { padding: 0 var(--card-padding); } .message { word-break: break-word; } .post-details { margin-bottom: calc(var(--card-padding) / 1.5); padding: 0.2em 0; } .post-details > * { margin-left: 1.1em; } .rating img { height: 1.2em; width: 1.2em; } /* Edit */ #attachments-btns img, .file-button > input { height: 1.4em; width: 1.4em; } .file-button { position: relative; } .file-button > img { position: absolute; pointer-events: none; } .file-button > input { font-size: inherit; color: transparent; }