update breakpoint

Signed-off-by: WaitSpring <me@waitspring.com>
这个提交包含在:
WaitSpring 2023-10-21 20:42:46 +08:00
父节点 6e76a76e56
当前提交 e566bb138a
找不到此签名对应的密钥
共有 2 个文件被更改,包括 5 次插入5 次删除

查看文件

@ -74,8 +74,8 @@
/* Remember to also update skin.json (and possibly mobile.js) if you change these */
/* For some reason doing @mobile-width + 1px doesn't seem to actually work, */
/* so we need both for each thing */
@mobile-width: 768px;
@desktop-mid-floor: 769px;
@mobile-width: 850px;
@desktop-mid-floor: 851px;
@desktop-mid-width: 1199px;
@desktop-large-floor: 1200px;

查看文件

@ -85,16 +85,16 @@
"media": "screen"
},
"resources/screen-desktop.less": {
"media": "screen and (min-width: 768px)"
"media": "screen and (min-width: 851px)"
},
"resources/screen-desktop-full.less": {
"media": "screen and (min-width: 1200px)"
},
"resources/screen-desktop-mid.less": {
"media": "screen and (min-width: 768px) and (max-width: 1200px)"
"media": "screen and (min-width: 851px) and (max-width: 1199px)"
},
"resources/screen-mobile.less": {
"media": "screen and (max-width: 768px)"
"media": "screen and (max-width: 850px)"
},
"resources/screen-mobile-small.less": {
"media": "screen and (max-width: 375px)"