update deps, fix meeting table border-top issue, increment version

This commit is contained in:
Adam Piontek 2021-10-31 18:03:53 -04:00
parent 9c02f10ea0
commit 54b244906d
4 changed files with 1182 additions and 1344 deletions

View file

@ -120,6 +120,10 @@ section.tsml-widget-upcoming.widget_tsml_widget_upcoming.widget div.tsml-no-upco
}
}
}
.table > :not(:first-child),
.tsml-widget-upcoming table.tsml_next_meetings > :not(:first-child) {
border-top: inherit;
}
#tsml #meetings .results table,
.tsml-widget-upcoming table.tsml_next_meetings {
@extend .table;