浏览代码

Fixes links bar layout when small

main
Eric Amodio 2 年前
父节点
当前提交
89ff809720
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. +8
    -0
      src/webviews/apps/home/home.scss

+ 8
- 0
src/webviews/apps/home/home.scss 查看文件

@ -93,6 +93,14 @@ p {
padding: 0;
white-space: nowrap;
}
@media screen and (max-width: 450px) {
grid-template-columns: repeat(2, auto);
}
@media screen and (max-width: 350px) {
grid-template-columns: 1fr;
}
}
vscode-button {

正在加载...
取消
保存