From 6f9529f72cc43546f4c137a826f0599884558859 Mon Sep 17 00:00:00 2001 From: Ray Foss Date: Fri, 30 Apr 2021 14:33:35 -0500 Subject: [PATCH] Show at least 60 characters of code at all times The layout starts getting cramped to less than 80 characters of code at 1080p width (1065dppx minus scrollbar). It becomes near unusable below 60 characters, which translates to 865px with sidebar open and scrolbars. --- packages/@vuepress/core/lib/client/style/config.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@vuepress/core/lib/client/style/config.styl b/packages/@vuepress/core/lib/client/style/config.styl index 558c4fcc8a..0e1bbba102 100644 --- a/packages/@vuepress/core/lib/client/style/config.styl +++ b/packages/@vuepress/core/lib/client/style/config.styl @@ -17,8 +17,8 @@ $contentWidth ?= 740px $homePageWidth ?= 960px // responsive breakpoints -$MQNarrow ?= 959px -$MQMobile ?= 719px +$MQNarrow ?= 1065px +$MQMobile ?= 865px $MQMobileNarrow ?= 419px // code