mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03: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;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
width: max(var(--width), 480px);
|
||||
width: max(var(--width), var(--main-width));
|
||||
height: auto;
|
||||
aspect-ratio: var(--aspect-ratio);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue