move .image-size-control to main.css

This commit is contained in:
Reorx 2022-06-01 16:54:11 +08:00
parent 6ec8c5a797
commit 66447d9a38
2 changed files with 5 additions and 5 deletions

View File

@ -223,3 +223,8 @@ figure > img {
padding: .5em;
text-align: center;
}
.image-size-control > img {
width: inherit;
height: inherit;
}

View File

@ -547,8 +547,3 @@ h6:hover .anchor {
padding: 1.5em;
box-shadow: var(--shadow-elevation-low);
}
.image-size-control > img {
width: inherit;
height: inherit;
}