Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing image styles #2667

Merged
merged 4 commits into from
Jan 3, 2024
Merged

Commits on Dec 29, 2023

  1. Use icon_button for disabled picture link button

    Otherwise it will not have the expected style.
    tvdeyen committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    f3bf47f View commit details
    Browse the repository at this point in the history
  2. Fix missing image style

    The svg was old and using an light color.
    Also the svg selector needs to make sure the missing image
    is not too large.
    tvdeyen committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    3e32cee View commit details
    Browse the repository at this point in the history
  3. Fix default empty thumbnail image style

    More contrast for the color and a bit smaller
    tvdeyen committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    43acb90 View commit details
    Browse the repository at this point in the history
  4. Fix small button.icon_button padding

    `button.small` has padding, so we need to remove it here.
    tvdeyen committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    f1a524d View commit details
    Browse the repository at this point in the history