Don't add padding intended for hovering except on hover. #374

Otherwise it has to be overriden when customizing CSS to show
elements normally hidden.
This commit is contained in:
ccd0 2016-11-11 22:24:06 -08:00
parent 10c8be2969
commit c30031704d

View File

@ -888,8 +888,8 @@ div[data-checked="false"] > .suboption-list {
display: inline-block;
font-style: italic;
}
.catalog-post > * > .nameBlock,
.catalog-post > * > .dateTime,
:root.catalog-hover-expand .catalog-container:hover > * > * > .nameBlock,
:root.catalog-hover-expand .catalog-container:hover > * > * > .dateTime,
:root.catalog-hover-expand .catalog-container:hover > * > .postMessage:not(:empty) {
padding-top: .3em;
}