Skip to content

Commit 8ec69ba

Browse files
kschelonkacodemist
andauthored
Revert "Revert "Revert "MNTOR-5162 - Fix Monitor dashboard logo UI discrepanc…" (#6414)
This reverts commit f00b3d5. Co-authored-by: Kaitlyn Andres <kandres@mozilla.com>
1 parent e34ee5a commit 8ec69ba

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/app/(proper_react)/(redesign)/Shell/ShellRedesign.module.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
display: none;
1111
overflow: hidden;
1212

13-
@media screen and (min-width: tokens.$screen-md) {
13+
@media screen and (min-width: tokens.$screen-xl) {
1414
display: flex;
1515
gap: tokens.$layout-sm;
1616
flex-direction: column;
@@ -22,8 +22,11 @@
2222
.homeLink {
2323
display: none;
2424

25-
@media screen and (min-width: tokens.$screen-md) {
25+
@media screen and (min-width: calc(tokens.$screen-xl + 1px)) {
2626
align-items: center;
27+
background: tokens.$color-white;
28+
border-bottom: 1px solid tokens.$color-grey-20;
29+
box-shadow: tokens.$box-shadow-xs;
2730
display: flex;
2831
height: tokens.$tab-bar-height;
2932
padding: 0 tokens.$spacing-lg;

0 commit comments

Comments
 (0)