MDL-84817 core_message: Fix display issues in drawer at 400%
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -606,10 +606,6 @@ function(
|
||||
return true;
|
||||
};
|
||||
|
||||
// Set the minimum height of the section to the height of the toggle. This
|
||||
// smooths out the collapse animation.
|
||||
var toggle = root.find(SELECTORS.TOGGLE);
|
||||
root.css('min-height', toggle.outerHeight());
|
||||
|
||||
root.on('show.bs.collapse', function() {
|
||||
setExpanded(root);
|
||||
|
||||
@@ -410,9 +410,7 @@ $message-day-color: color-yiq($message-app-bg) !default;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.footer-container [data-region="view-overview"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.overflow-y {
|
||||
overflow-y: unset;
|
||||
}
|
||||
@@ -607,7 +605,7 @@ $message-day-color: color-yiq($message-app-bg) !default;
|
||||
color: $message-day-color;
|
||||
}
|
||||
.lazy-load-list {
|
||||
overflow-y: auto;
|
||||
overflow-y: inherit;
|
||||
}
|
||||
}
|
||||
#page-message-index {
|
||||
|
||||
@@ -31808,9 +31808,6 @@ a.ygtvspacer:hover {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.message-app .footer-container [data-region=view-overview] {
|
||||
display: none;
|
||||
}
|
||||
.message-app .overflow-y {
|
||||
overflow-y: unset;
|
||||
}
|
||||
@@ -31992,7 +31989,7 @@ a.ygtvspacer:hover {
|
||||
color: #1d2125;
|
||||
}
|
||||
.message-app .lazy-load-list {
|
||||
overflow-y: auto;
|
||||
overflow-y: inherit;
|
||||
}
|
||||
|
||||
#page-message-index #page-header {
|
||||
|
||||
@@ -31808,9 +31808,6 @@ a.ygtvspacer:hover {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.message-app .footer-container [data-region=view-overview] {
|
||||
display: none;
|
||||
}
|
||||
.message-app .overflow-y {
|
||||
overflow-y: unset;
|
||||
}
|
||||
@@ -31992,7 +31989,7 @@ a.ygtvspacer:hover {
|
||||
color: #1d2125;
|
||||
}
|
||||
.message-app .lazy-load-list {
|
||||
overflow-y: auto;
|
||||
overflow-y: inherit;
|
||||
}
|
||||
|
||||
#page-message-index #page-header {
|
||||
|
||||
Reference in New Issue
Block a user