Skip to content

Commit f00b3d5

Browse files
authored
Revert "Revert "MNTOR-5162 - Fix Monitor dashboard logo UI discrepancy and na…" (#6413)
This reverts commit ddb9b82.
1 parent ddb9b82 commit f00b3d5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 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-xl) {
13+
@media screen and (min-width: tokens.$screen-md) {
1414
display: flex;
1515
gap: tokens.$layout-sm;
1616
flex-direction: column;
@@ -22,11 +22,8 @@
2222
.homeLink {
2323
display: none;
2424

25-
@media screen and (min-width: calc(tokens.$screen-xl + 1px)) {
25+
@media screen and (min-width: tokens.$screen-md) {
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;
3027
display: flex;
3128
height: tokens.$tab-bar-height;
3229
padding: 0 tokens.$spacing-lg;

0 commit comments

Comments
 (0)