mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-23 22:14:42 +01:00
Don't do media + context while opening media from composer
This commit is contained in:
parent
eb896dc5a5
commit
3037a5d2a1
1 changed files with 6 additions and 2 deletions
|
@ -897,12 +897,16 @@ body:has(.status-deck) .media-post-link {
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
/* Don't do this if there's a modal sheet (.sheet) */
|
/* Don't do this if there's a modal sheet (.sheet) */
|
||||||
:has(#modal-container .carousel):has(.status-deck):not(:has(.sheet))
|
:has(#modal-container .carousel):has(.status-deck):not(
|
||||||
|
:has(.sheet, #compose-container)
|
||||||
|
)
|
||||||
.status-deck {
|
.status-deck {
|
||||||
width: 350px;
|
width: 350px;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
:has(#modal-container .carousel):has(.status-deck):not(:has(.sheet))
|
:has(#modal-container .carousel):has(.status-deck):not(
|
||||||
|
:has(.sheet, #compose-container)
|
||||||
|
)
|
||||||
#modal-container
|
#modal-container
|
||||||
> div {
|
> div {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue