Skip to content

Commit

Permalink
try to fix ranking tests blinking
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Oct 24, 2023
1 parent ea62fa1 commit 9f21866
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/default-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,15 @@ f-panel {
bottom: 0;
width: calc(3 * var(--base-unit, 8px));
flex-shrink: 0;
svg:nth-of-type(1) {
height: 16px;
width: 10px;
}

svg:nth-of-type(2) {
height: 24px;
width: 10px;
}
}

.sv-ranking-item__icon {
Expand All @@ -566,6 +575,11 @@ f-panel {
width: 40px;
height: 40px;
line-height: 1em;
svg {
fill: var(--foreground);
width: 16px;
height: 16px;
}
}

.sv-ranking-item__text {
Expand Down

0 comments on commit 9f21866

Please sign in to comment.