ices-tools-dev / fisheriesXplorer

New interactive shinyApp that will help display fisheries overviews, mixed-fisheries considerations and bycatch.
MIT License
0 stars 0 forks source link

reduced slightly the size of the button_icons cause they were cutted out the page in small screens #30

Closed lucalamoni closed 4 weeks ago

lucalamoni commented 4 weeks ago

Summary by Sourcery

Reduce the size of button icons from 200px to 170px in both height and width to prevent them from being cut off on small screens.

Enhancements:

sourcery-ai[bot] commented 4 weeks ago

Reviewer's Guide by Sourcery

This pull request reduces the size of button icons to prevent them from being cut off on small screens. The change is implemented by modifying the CSS styles for button icons, decreasing their height and width from 200px to 170px.

File-Level Changes

Change Details Files
Reduced the size of button icons
  • Decreased the height of button icons from 200px to 170px
  • Decreased the width of button icons from 200px to 170px
inst/app/www/styles.css

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.