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:
parent
10c8be2969
commit
c30031704d
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user