Skip to content

Commit

Permalink
Merge pull request #550 from Stremio/fix-PWA-styles
Browse files Browse the repository at this point in the history
fix: reduced font-size on smaller devices
  • Loading branch information
tymmesyde authored Jan 3, 2024
2 parents 0075d16 + a2d8697 commit 28217b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/routes/MetaDetails/StreamsList/Stream/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@
.description-container {
font-size: 0.9rem;
}

.info-container {
.addon-name {
font-size: 0.9rem;
}
}
}
}

Expand Down

0 comments on commit 28217b0

Please sign in to comment.