mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
One more 40em
This commit is contained in:
parent
5b0f275f57
commit
3915b3818c
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ body:has(#modal-container .carousel) .status .media img:hover {
|
|||
padding: 4px 8px;
|
||||
border: 1px solid var(--outline-color);
|
||||
box-shadow: 0 4px 16px var(--outline-color);
|
||||
max-width: min(40em, calc(100% - 32px));
|
||||
max-width: min(var(--main-width), calc(100% - 32px));
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
|
|
Loading…
Reference in a new issue