diff --git a/content/style.js b/content/style.js index f71a4113..3adce64f 100644 --- a/content/style.js +++ b/content/style.js @@ -26,6 +26,8 @@ function Highlights(name, store, serial) NonText color: blue; min-height: 16px; padding-left: 2px; Preview color: gray; + CompGroup + CompGroup:not(:first-of-type) margin-top: .5em; CompTitle color: magenta; background: white; font-weight: bold; CompTitle>* /* border-bottom: 1px dashed magenta; */ CompMsg font-style: italic; margin-left: 16px; @@ -41,7 +43,7 @@ function Highlights(name, store, serial) CompMore text-align: center; height: .5ex; line-height: .5ex; CompMore::after content: "\2304" /* Unicode down arrowhead */ - Gradient height: 1px; margin-bottom: -1px; + Gradient height: 1px; margin-bottom: -1px; margin-top: -1px; GradientLeft background-color: magenta; GradientRight background-color: white; diff --git a/content/ui.js b/content/ui.js index d9ff03c9..d34a7062 100644 --- a/content/ui.js +++ b/content/ui.js @@ -1325,8 +1325,11 @@ function ItemList(id) //{{{ let gradient =
| ) } @@ -1378,7 +1381,7 @@ function ItemList(id) //{{{ if (!context.items.length && !context.message && !context.incomplete) return; context.cache.nodes = []; - dom( |