Explorar el Código

Fixes gap at top of graph when no banners

main
Keith Daulton hace 2 años
padre
commit
79f932b533
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      src/webviews/apps/plus/graph/graph.scss

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

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

Cargando…
Cancelar
Guardar