We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7232d07 + 30e262d commit 1ae1414Copy full SHA for 1ae1414
1 file changed
browser/main/Main.js
@@ -234,8 +234,8 @@ class Main extends React.Component {
234
if (this.state.isRightSliderFocused) {
235
const offset = this.refs.body.getBoundingClientRect().left
236
let newListWidth = e.pageX - offset
237
- if (newListWidth < 10) {
238
- newListWidth = 10
+ if (newListWidth < 180) {
+ newListWidth = 180
239
} else if (newListWidth > 600) {
240
newListWidth = 600
241
}
0 commit comments