Skip to content

IconsPage: remove fixed height to fix footer position (#6532)#6542

Merged
henon merged 1 commit intoMudBlazor:devfrom
KBM-Kevin-Kessler:fix/link-position-on-icon-page
Apr 1, 2023
Merged

IconsPage: remove fixed height to fix footer position (#6532)#6542
henon merged 1 commit intoMudBlazor:devfrom
KBM-Kevin-Kessler:fix/link-position-on-icon-page

Conversation

@KBM-Kevin-Kessler
Copy link
Contributor

@KBM-Kevin-Kessler KBM-Kevin-Kessler commented Mar 27, 2023

Description

Hello this is my first contribution to this project. I hope i made everything correct. Otherwise let me know.

This Pull Request Closes #6532 and closes #5493

The container had a fixed height of 34000px, which moved the footer to that position. Depending on the number of icons, the footer covered the icons or for the custom icons (less icons) the page was unnecessary large.

How Has This Been Tested?

Visually

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Before:
Material Icons:
image

Custom Icons:
image

After:
Material Icons:
image
Custom Icons:
image

Checklist:

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

The container had a fixed height of 34000px, which moved the footer to that position. Depending on the number of icons, the footer covered the icons or for the custom icons (less icons) the page was unnecessary large.
@github-actions github-actions bot added bug Unexpected behavior or functionality not working as intended PR: needs review labels Mar 27, 2023
@ScarletKuro
Copy link
Member

@henon what do you think, is this acceptable fix? Since #6532 is indeed annoying, would be nice to get rid of this.

@henon henon added docs Updates/improvements to project documentation that do not affect core library logic and removed bug Unexpected behavior or functionality not working as intended PR: needs review labels Apr 1, 2023
@henon henon merged commit edb41e3 into MudBlazor:dev Apr 1, 2023
@henon
Copy link
Contributor

henon commented Apr 1, 2023

Thanks Kevin!

ScarletKuro pushed a commit to ScarletKuro/MudBlazor that referenced this pull request Apr 4, 2023
The container had a fixed height of 34000px, which moved the footer to that position. Depending on the number of icons, the footer covered the icons or for the custom icons (less icons) the page was unnecessary large.
ilovepilav pushed a commit to ilovepilav/MudBlazor that referenced this pull request Nov 25, 2023
The container had a fixed height of 34000px, which moved the footer to that position. Depending on the number of icons, the footer covered the icons or for the custom icons (less icons) the page was unnecessary large.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Updates/improvements to project documentation that do not affect core library logic

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong Links on Mudblazor Icons Web-Page Docs : Button in middle of icons.

3 participants