瀏覽代碼

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 {

Loading…
取消
儲存