Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Benmuiruri committed Aug 22, 2024
1 parent c388073 commit 76524c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
3 changes: 2 additions & 1 deletion webapp/src/css/inbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -1391,11 +1391,12 @@ mm-search-bar {
.button-label {
top: 0;
font-size: 11px;
padding-top: 5px;
}
a {
min-width: 0;
.mm-icon {
padding: 10px 0;
padding: 8px 0;
}
&.selected
.mm-icon {
Expand Down
21 changes: 7 additions & 14 deletions webapp/src/css/material.less
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ mm-panel-header {
bottom: 0;
cursor: default;
z-index: 10000;
will-change: transform;
transform: translate3d(0, 100%, 0);
transition: 0.25s linear;
opacity: 0;
transform: translateY(20px);
transition: opacity 0.25s ease, transform 0.25s ease;
left: 0px;
right: 0px;
text-align: center;
Expand Down Expand Up @@ -260,24 +260,17 @@ mm-panel-header {
}
}
&.active {
transform: translate3d(0, 0, 0);
opacity: 1;
transform: translateY(0);
}
}

@media (max-width: @media-mobile) {
.app-root:not(.old-nav) #snackbar {
bottom: 170px;
opacity: 0;
transform: translateY(20px);
transition: opacity 0.25s ease, transform 0.25s ease;

&.active {
opacity: 1;
transform: translateY(0);
}
bottom: 158px;
}
.app-root.show-content:not(.old-nav) #snackbar {
bottom: 75px;
bottom: 0;
}
.material {
.card:not(.compact-card) {
Expand Down

0 comments on commit 76524c0

Please sign in to comment.