Ver código fonte

Fixes gap at top of graph when no banners

main
Keith Daulton 2 anos atrás
pai
commit
79f932b533
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      src/webviews/apps/plus/graph/graph.scss

+ 4
- 0
src/webviews/apps/plus/graph/graph.scss Ver arquivo

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

Carregando…
Cancelar
Salvar