Fix #341 - Remove react-responsive in favour of simpler resize handler/window width
This commit is contained in:
parent
2ef9f36cf2
commit
bf5f8a2449
6 changed files with 58 additions and 45 deletions
|
@ -355,6 +355,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.tabs-bar {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1025px) {
|
||||
.tabs-bar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.react-autosuggest__container {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue