Kaynağa Gözat

Dims & aligns graph icon headers

main
Eric Amodio 1 yıl önce
ebeveyn
işleme
c7f416db08
1 değiştirilmiş dosya ile 10 ekleme ve 0 silme
  1. +10
    -0
      src/webviews/apps/plus/graph/graph.scss

+ 10
- 0
src/webviews/apps/plus/graph/graph.scss Dosyayı Görüntüle

@ -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 {

Yükleniyor…
İptal
Kaydet