Browse Source

Fixes gap at top of graph when no banners

main
Keith Daulton 2 years ago
parent
commit
79f932b533
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/webviews/apps/plus/graph/graph.scss

+ 4
- 0
src/webviews/apps/plus/graph/graph.scss View File

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

Loading…
Cancel
Save