瀏覽代碼

Fixes gap at top of graph when no banners

main
Keith Daulton 2 年之前
父節點
當前提交
79f932b533
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      src/webviews/apps/plus/graph/graph.scss

+ 4
- 0
src/webviews/apps/plus/graph/graph.scss 查看文件

@ -492,6 +492,10 @@ a {
padding: 0.5rem;
z-index: 2000;
&:empty {
display: none;
}
> *:not(:first-child) {
margin-top: 0.5rem;
}

Loading…
取消
儲存