Przeglądaj źródła

Fixes gap at top of graph when no banners

main
Keith Daulton 2 lat temu
rodzic
commit
79f932b533
1 zmienionych plików z 4 dodań i 0 usunięć
  1. +4
    -0
      src/webviews/apps/plus/graph/graph.scss

+ 4
- 0
src/webviews/apps/plus/graph/graph.scss Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz