Skip to content

Commit

Permalink
Merge pull request #10615 from DestinyItemManager/tile-font
Browse files Browse the repository at this point in the history
Tile font tweaks
  • Loading branch information
bhollis committed Jun 29, 2024
2 parents 65ab52e + d4a360d commit b28cdf2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/app/character-tile/CharacterTile.m.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}

.bigText {
font-size: 20px;
font-size: 18px;
margin-top: 2px;
}

Expand Down Expand Up @@ -110,7 +110,7 @@
}

.vaultName {
font-size: 20px;
font-size: 16px;
grid-area: class;
text-overflow: ellipsis;
overflow: hidden;
Expand Down Expand Up @@ -149,6 +149,10 @@
.bigPowerLevel {
composes: bigText;
grid-area: power;

.vaultTile & {
font-size: 16px;
}
}

.smallPowerLevel {
Expand Down

0 comments on commit b28cdf2

Please sign in to comment.