Fix #341 - Remove react-responsive in favour of simpler resize handler/window width
This commit is contained in:
@@ -355,6 +355,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.tabs-bar {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1025px) {
|
||||
.tabs-bar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.react-autosuggest__container {
|
||||
position: relative;
|
||||
}
|
||||
|
Reference in New Issue
Block a user