mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-21 05:18:51 +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;
|
padding: 4px 8px;
|
||||||
border: 1px solid var(--outline-color);
|
border: 1px solid var(--outline-color);
|
||||||
box-shadow: 0 4px 16px 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;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
|
Loading…
Reference in a new issue