Fixed image resolution indicator being aligned incorrectly
Some checks failed
Run Integration Tests / test (push) Failing after 35s
Some checks failed
Run Integration Tests / test (push) Failing after 35s
This commit is contained in:
parent
c17c8daf5d
commit
a132ca7fd8
1 changed files with 3 additions and 2 deletions
|
@ -118,6 +118,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.image {
|
.image {
|
||||||
|
position: relative;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding: .5rem .5rem 3rem .5rem;
|
padding: .5rem .5rem 3rem .5rem;
|
||||||
margin: .25rem;
|
margin: .25rem;
|
||||||
|
@ -179,8 +180,8 @@ html {
|
||||||
.image .resolution {
|
.image .resolution {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
top: calc(100% - 25px);
|
bottom: 51px;
|
||||||
left: 5px;
|
right: 12px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background-color: var(--view-image-color);
|
background-color: var(--view-image-color);
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue