Skip to content

[Feature] Improve responsiveness of ancillary-menu #80

@oka4shi

Description

@oka4shi

Problem

Now, the language selection is overflowing in the ancillary menu of cc-legal-tools-app. (See: cc-legal-tools-app#418).

Description

We need to set the font size in more detail to fix this. I wrote CSS like this and the problem was fixed in my PR:

.ancilliary-menu {
  font-size: min(.8em, 2.5vw);
}

Additional context

I created a PR for the cc-legal-tools-app and overrode the font size of .ancilliary-menu. This needs to be fixed cc-legal-tools-app#418 without using Media queries/breakpoints.

Alternatives

Media queries/breakpoints can be used to specify font size, but I think this method is better.

Implementation

  • I would be interested in implementing this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ✨ goal: improvementImprovement to an existing feature💻 aspect: codeConcerns the software code in the repository🚧 status: blockedBlocked & therefore, not ready for work🟩 priority: lowLow priority and doesn't need to be rushed

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions