Improved account images positioning and fill + Added feedback :focus on back buttons

This commit is contained in:
Bofh 2021-01-01 02:55:49 +01:00
parent 8fd7855600
commit b354cc7031
1 changed files with 15 additions and 0 deletions

View File

@ -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;
}
} }
} }