We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cb5f36 + 325f8dc commit bd10548Copy full SHA for bd10548
1 file changed
src/styles/ChannelHeader.scss
@@ -263,27 +263,20 @@
263
.str-chat__header-hamburger {
264
width: 30px;
265
height: 38px;
266
- padding: var(--xs-p) var(--xs-p) var(--xs-p) 0;
+ padding: var(--xxs-p);
267
margin-right: var(--xs-m);
268
display: none;
269
- flex-direction: column;
270
- justify-content: space-around;
+ align-items: center;
+ justify-content: center;
271
cursor: pointer;
272
273
&:hover {
274
- .str-chat__header-hamburger--line {
275
- background: var(--primary-color);
+ svg path {
+ fill: var(--primary-color);
276
}
277
278
279
@media screen and (max-width: 960px) {
280
display: flex;
281
282
283
-
284
-.str-chat__header-hamburger--line {
285
- width: 100%;
286
- height: 2px;
287
288
- border-radius: var(--border-radius-sm);
289
-}
0 commit comments