Skip to content

[FE] Egg Dashboard can be more flexible in responsive design #12

Description

@Driedoutjerky

if you want to make website more flexible, I recommend to use vw, dvw for width and vh, dvh for height. Additionally for ensuring constant ratio, using aspect-ratio : property. (e.g. aspect-ratio : 1 / 1 this ensures 1 by 1 ratio)

refs:

https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/length#vw
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/aspect-ratio

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions