mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Use main-width
This commit is contained in:
parent
d097697aef
commit
71e721eda0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
width: max(var(--width), 480px);
|
width: max(var(--width), var(--main-width));
|
||||||
height: auto;
|
height: auto;
|
||||||
aspect-ratio: var(--aspect-ratio);
|
aspect-ratio: var(--aspect-ratio);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue