Преглед изворни кода

Fixes gap at top of graph when no banners

main
Keith Daulton пре 2 година
родитељ
комит
79f932b533
1 измењених фајлова са 4 додато и 0 уклоњено
  1. +4
    -0
      src/webviews/apps/plus/graph/graph.scss

+ 4
- 0
src/webviews/apps/plus/graph/graph.scss Прегледај датотеку

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

Loading…
Откажи
Сачувај