Skip to content

Commit d061455

Browse files
author
Vinicius Reis
committed
🚸 (#107): adjust EditorOutline visibility
1 parent d5d819d commit d061455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/components/EditorOutline.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
}),
2323
mounted() {
2424
this.$onResize = debounce(() => {
25-
this.enabled = this.$el.clientWidth >= 355
25+
this.enabled = this.$el.clientWidth >= 275
2626
}, 500)
2727
2828
this.$resizeObserver = new ResizeObserver(this.$onResize)

0 commit comments

Comments
 (0)