Skip to content

Commit

Permalink
Merge pull request #948 from wowsims/fix/simple-metrics-font-size
Browse files Browse the repository at this point in the history
[FIX] Font size only in metric tables
  • Loading branch information
1337LutZ authored Aug 20, 2024
2 parents 603deda + 5bbc201 commit 6ec7068
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion ui/scss/core/components/_detailed_results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,16 @@
}
}

.damage-content .metrics-table,
.threat-content .metrics-table,
.healing-content .metrics-table,
.tippy-box[data-theme='metrics-table'] {
font-size: 12px;
}

.tippy-box[data-theme='metrics-table'],
.metrics-table {
--bs-border-default: rgba(var(--bs-white-rgb), 0.2);
font-size: 12px;
width: 100%;

th,
Expand Down
2 changes: 1 addition & 1 deletion ui/scss/core/components/detailed_results/_log_runner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
vertical-align: bottom;

&:first-child {
width: 6.5rem;
width: 10ch;
}

&:not(:first-child) {
Expand Down

0 comments on commit 6ec7068

Please sign in to comment.