fix: Add minimum width to a layout element.
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 10s
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 10s
This commit is contained in:
parent
86c1c3bc59
commit
4e51a430e8
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
|
||||
/* Simplified scaling: Aspect ratio determines size, strictly contained */
|
||||
width: calc(100% - 500px);
|
||||
min-width: 640px;
|
||||
height: auto;
|
||||
aspect-ratio: 4 / 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue