Skip to content

Commit

Permalink
Fix ratings responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed May 12, 2024
1 parent 0ac730a commit 8c1d950
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/styles/standard-assets/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
}

.score-value p {
font-size: 20px
font-size: 20px;
width: 15px;
}

.save-ratings {
Expand Down Expand Up @@ -224,6 +225,10 @@
gap: 5px;
}

.score-title {
font-size: 25px;
}

.value {
width: 80vw;
height: 30px;
Expand Down

0 comments on commit 8c1d950

Please sign in to comment.