ソースを参照

Dims & aligns graph icon headers

main
Eric Amodio 1年前
コミット
c7f416db08
1個のファイルの変更10行の追加0行の削除
  1. +10
    -0
      src/webviews/apps/plus/graph/graph.scss

+ 10
- 0
src/webviews/apps/plus/graph/graph.scss ファイルの表示

@ -327,6 +327,8 @@ button:not([disabled]),
.codicon[class*='codicon-'] {
font-size: 1.1rem;
position: relative;
top: 2px;
}
}
@ -772,6 +774,8 @@ button:not([disabled]),
}
.graph-header {
padding-top: 1px;
& .resizable-handle.horizontal {
--sash-size: 4px;
--sash-hover-size: 4px;
@ -833,6 +837,12 @@ button:not([disabled]),
color: var(--color-foreground);
}
}
.graph-icon {
position: relative;
top: -3px;
color: var(--text-disabled, hsla(0, 0%, 100%, 0.4));
}
}
.graph-container {

読み込み中…
キャンセル
保存