Improve gradients for Safari

This commit is contained in:
J. Ryan Stinnett 2019-02-13 15:06:24 +00:00
parent f64f39f773
commit 5f6907c85e
4 changed files with 6 additions and 2 deletions

View file

@ -36,7 +36,7 @@ limitations under the License.
top: 0;
right: 0;
height: 100%;
background: linear-gradient(to right, rgba(242,245,248,0), $header-panel-bg-color);
background: linear-gradient(to right, $panel-gradient);
}
.mx_RoomBreadcrumbs_animate {