diff --git a/resources/report/html/loot-plugin-item.html b/resources/report/html/loot-plugin-item.html index 7cf67521..6f3f7b95 100644 --- a/resources/report/html/loot-plugin-item.html +++ b/resources/report/html/loot-plugin-item.html @@ -18,10 +18,37 @@ core-tooltip { margin-left: 16px; } + + /* paper-item (two-line) */ + paper-item.two-line { + height: 48px; + } + paper-item.two-line::shadow .button-content { + padding: 7.5px 16px; + } + paper-item.two-line .text { + /* Padding is disabled as otherwise text won't fit in correctly. */ + /*padding: 4px 0;*/ + line-height: normal; + } + paper-item.two-line .primary { + /* MD spec says 16sp, but that doesn't fit, so use 14sp. */ + /*font-size: 1.143rem;*/ + font-size: 1rem; + } + paper-item.two-line .secondary { + /* MD spec says 14sp, but that doesn't fit, so use 12sp. */ + /*font-size: 1rem; */ + font-size: 0.857rem; + color: rgba(0, 0, 0, 0.54); + } - -
+ +
+
+
+
diff --git a/resources/report/report.html b/resources/report/report.html index 733a7a16..2adce966 100644 --- a/resources/report/report.html +++ b/resources/report/report.html @@ -54,7 +54,8 @@