Improved account images positioning and fill + Added feedback :focus on back buttons
This commit is contained in:
parent
8fd7855600
commit
b354cc7031
|
@ -91,6 +91,10 @@ body.meet, body.account {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a#back:focus {
|
||||||
|
background: #ffffff1c;
|
||||||
|
}
|
||||||
|
|
||||||
div#anim-swipe {
|
div#anim-swipe {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
@ -275,6 +279,17 @@ div.main-content.account {
|
||||||
cursor: initial !important;
|
cursor: initial !important;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
padding-bottom: 0 !important;
|
||||||
|
|
||||||
|
div.lazy-image-fixed-size {
|
||||||
|
position: initial !important;
|
||||||
|
background: none !important;
|
||||||
|
}
|
||||||
|
img.fixed-size-img {
|
||||||
|
max-width: 100vw;
|
||||||
|
max-height: 100vh;
|
||||||
|
object-fit: contain !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue