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 {
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
|
@ -275,6 +279,17 @@ div.main-content.account {
|
|||
cursor: initial !important;
|
||||
overflow: visible;
|
||||
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