Skip to content

Commit

Permalink
Bug 1776768 - fixing option expand collapse animation r=thecount
Browse files Browse the repository at this point in the history
  • Loading branch information
gvn committed Jul 18, 2022
1 parent 634eb3c commit 4d3e823
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
margin-inline-start: -2px;
overflow: hidden;
transition: height 250ms $customize-menu-expand-bezier;
height: 100%;

&.shrink {
height: 0;
Expand Down
1 change: 1 addition & 0 deletions browser/components/newtab/css/activity-stream-linux.css
Original file line number Diff line number Diff line change
Expand Up @@ -1825,6 +1825,7 @@ main.has-snippet {
margin-inline-start: -2px;
overflow: hidden;
transition: height 250ms cubic-bezier(0.82, 0.085, 0.395, 0.895);
height: 100%;
}
.home-section .section .more-info-top-wrapper.shrink,
.home-section .section .more-info-pocket-wrapper.shrink {
Expand Down
1 change: 1 addition & 0 deletions browser/components/newtab/css/activity-stream-mac.css
Original file line number Diff line number Diff line change
Expand Up @@ -1829,6 +1829,7 @@ main.has-snippet {
margin-inline-start: -2px;
overflow: hidden;
transition: height 250ms cubic-bezier(0.82, 0.085, 0.395, 0.895);
height: 100%;
}
.home-section .section .more-info-top-wrapper.shrink,
.home-section .section .more-info-pocket-wrapper.shrink {
Expand Down
1 change: 1 addition & 0 deletions browser/components/newtab/css/activity-stream-windows.css
Original file line number Diff line number Diff line change
Expand Up @@ -1825,6 +1825,7 @@ main.has-snippet {
margin-inline-start: -2px;
overflow: hidden;
transition: height 250ms cubic-bezier(0.82, 0.085, 0.395, 0.895);
height: 100%;
}
.home-section .section .more-info-top-wrapper.shrink,
.home-section .section .more-info-pocket-wrapper.shrink {
Expand Down

0 comments on commit 4d3e823

Please sign in to comment.