mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +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;
|
||||
}
|
||||
/* 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 {
|
||||
width: 350px;
|
||||
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
|
||||
> div {
|
||||
left: 0;
|
||||
|
|
Loading…
Reference in a new issue