Skip to content

Commit

Permalink
Fix incorrect shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Oct 24, 2024
1 parent a5c92c2 commit ecac7aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/achievements.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ html {
justify-content: center;
width: 20px;
padding: 6px;
flex-shrink: 0;
}

.steamdb_achievement_checkmark > svg {
Expand Down Expand Up @@ -301,6 +302,10 @@ html {
white-space: nowrap;
}

.steamdb_achievement_progress_info {
width: 100%;
}

.steamdb_achievement_progress_compare {
color: #ffcc6a;
}
Expand Down

0 comments on commit ecac7aa

Please sign in to comment.