File tree 3 files changed +31
-4
lines changed
3 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 97
97
98
98
@media (width > = 1366px) {
99
99
.header-button-icon--close {
100
- width : 37 px ;
101
- height : 37 px ;
100
+ width : 36 px ;
101
+ height : 36 px ;
102
102
}
103
103
}
104
104
Original file line number Diff line number Diff line change 51
51
@media (width > = 1024px) {
52
52
.header--open .header__menu {
53
53
position : fixed;
54
+ top : 75px ;
55
+ }
56
+
57
+ .header--open .header__controls--shrink + .header__menu {
54
58
top : 55px ;
55
59
}
56
60
}
57
61
62
+ @media (width > = 1366px) {
63
+ .header--open .header__menu {
64
+ position : fixed;
65
+ top : 76px ;
66
+ }
67
+
68
+ .header--open .header__controls--shrink + .header__menu {
69
+ top : 56px ;
70
+ }
71
+ }
72
+
73
+ @media (width > = 1680px) {
74
+ .header--open .header__menu {
75
+ position : fixed;
76
+ top : 83px ;
77
+ }
78
+
79
+ .header--open .header__controls--shrink + .header__menu {
80
+ top : 63px ;
81
+ }
82
+ }
83
+
58
84
/* содержимое главного меню (без дропдауна) */
59
85
.header__controls {
60
86
--letter-spacing : -0.06em ;
100
126
101
127
.header--open .header__controls {
102
128
background-color : var (--color-background );
129
+ transition : none;
103
130
}
104
131
105
132
.header__divider {
123
150
}
124
151
125
152
@media (width > = 1680px) {
126
- .header__controls .header__search {
153
+ .header__controls .header__search , . header__controls . header__buttons {
127
154
position : relative;
128
155
top : -2px ;
129
156
}
Original file line number Diff line number Diff line change 18
18
}
19
19
}
20
20
21
- @media not all and (width > = 768px ) {
21
+ @media not all and (width > = 1024px ) {
22
22
.hotkey {
23
23
display : none;
24
24
}
You can’t perform that action at this time.
0 commit comments