diff --git a/src/css/style.css b/src/css/style.css index 71c12e7e5..7026f963d 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -849,6 +849,10 @@ div.catalog-thread { display: inline-block; font-style: italic; } +.catalog-thread .postInfo > :not(.subject), +.catalog-thread > .postContainer:hover .postMessage:not(:empty) { + margin-top: .3em; +} .catalog-thread .prettyprinted { max-width: 100%; box-sizing: border-box;