Skip to content

Commit

Permalink
[DS-1178] Update styles of the header selector for mobile screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey committed Nov 9, 2023
1 parent d489fb2 commit e1ca10a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,16 @@

}
.hb-selector {
display: block;
position: absolute;
top: 150px;
left: 10px;
top: 150px;
}

&.open {
.hb-selector {
display: none;
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ws_checkbox:
assets/css/ws-checkbox.css: {}

hb_header_lb_selector:
version: 0.7
version: 0.8
js:
assets/js/ws-header-lb-selector.js: {}
css:
Expand Down

0 comments on commit e1ca10a

Please sign in to comment.