mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
Fix cursor showing zoom-in on lowercontent when applicable.
This commit is contained in:
parent
51040d9b50
commit
217298c643
@ -320,6 +320,7 @@ article:hover .article-containerupper-image {
|
||||
display: inline-block;
|
||||
}
|
||||
.article-containerlower-image {
|
||||
cursor: var(--cursor-expandImage);
|
||||
padding: var(--size-grid-gutter);
|
||||
position: absolute;
|
||||
/*width: 100%;*/
|
||||
@ -497,6 +498,7 @@ article:hover .article-icon {
|
||||
font-size: var(--size-font-body);
|
||||
float: left;
|
||||
clear: both;
|
||||
cursor: default;
|
||||
}
|
||||
article:hover .article-row {
|
||||
color: var(--color-item);
|
||||
|
Loading…
Reference in New Issue
Block a user