Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14063 from EverythingMe/937535-collection-bg-header
Browse files Browse the repository at this point in the history
Bug 937535 - [e.me] Collection header in BG Fullscreen mode is not align...
  • Loading branch information
amirnissim committed Nov 27, 2013
2 parents e1f95f0 + 164e142 commit 61a0e96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Expand Up @@ -35,11 +35,11 @@ body:not(.evme-loading):not(.evme-ready) #collection .evme-apps {
{
transition: opacity .4s ease;
}
.evmeScope #collection .content,
.evmeScope #collection > .content,
.evmeScope #collection .header {
transition: transform 380ms ease;
}
.evmeScope #collection .content {
.evmeScope #collection > .content {
position: absolute;
top: 5.4rem;
bottom: 0;
Expand All @@ -50,11 +50,11 @@ body:not(.evme-loading):not(.evme-ready) #collection .evme-apps {
/* +0.8rem to accomodate for the arrow that goes out of the content */
transform: translateY(calc(100% + 0.8rem));
}
.evmeScope #collection.visible .content {
.evmeScope #collection.visible > .content {
transform: translateY(0%);
}

.evmeScope #collection .content:before {
.evmeScope #collection > .content:before {
content: "";
position: absolute;
left: 4rem;
Expand Down
3 changes: 2 additions & 1 deletion apps/homescreen/everything.me/modules/Helper/Helper.css
Expand Up @@ -12,6 +12,7 @@ body:not(.evme-keyboard-visible) .empty-query #helper-header {
position: absolute;
top: 0rem;
left: 1.3rem;
right: 4rem;
color: #fff;
z-index: 50;
height: 3rem;
Expand Down Expand Up @@ -75,7 +76,7 @@ body:not(.evme-keyboard-visible) .empty-query #helper-header {
#helper-rapper.close ul {
display: none;
}

#helper-tip {
position: absolute;
left: 2.2rem;
Expand Down

0 comments on commit 61a0e96

Please sign in to comment.