fix: spotlight media styles
This commit is contained in:
parent
09cdd501c3
commit
0ba1ba05ac
@ -12,9 +12,9 @@
|
||||
|
||||
.spotlight img,
|
||||
.spotlight video {
|
||||
max-width: 100vw;
|
||||
max-height: 99vh;
|
||||
aspect-ratio: unset;
|
||||
max-width: 100vw !important;
|
||||
max-height: 99vh !important;
|
||||
aspect-ratio: unset !important;
|
||||
width: unset !important;
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ import HyperText from "Element/HyperText";
|
||||
import CashuNuts from "Element/Embed/CashuNuts";
|
||||
import RevealMedia from "./Event/RevealMedia";
|
||||
import { ProxyImg } from "./ProxyImg";
|
||||
import { SpotlightMediaModal } from "./Deck/SpotlightMedia";
|
||||
import { SpotlightMediaModal } from "./SpotlightMedia";
|
||||
import HighlightedText from "./HighlightedText";
|
||||
import { useTextTransformer } from "Hooks/useTextTransformCache";
|
||||
|
||||
|
@ -17,7 +17,7 @@ import useImgProxy from "Hooks/useImgProxy";
|
||||
import Modal from "Element/Modal";
|
||||
import { Thread } from "Element/Event/Thread";
|
||||
import { RootTabs } from "Element/RootTabs";
|
||||
import { SpotlightMedia } from "Element/Deck/SpotlightMedia";
|
||||
import { SpotlightMedia } from "Element/SpotlightMedia";
|
||||
import { ThreadContext, ThreadContextWrapper } from "Hooks/useThreadContext";
|
||||
import Toaster from "Toaster";
|
||||
import useLogin from "Hooks/useLogin";
|
||||
|
@ -50,7 +50,7 @@ import { ZapTarget } from "Zapper";
|
||||
import { useStatusFeed } from "Feed/StatusFeed";
|
||||
|
||||
import messages from "../messages";
|
||||
import { SpotlightMediaModal } from "Element/Deck/SpotlightMedia";
|
||||
import { SpotlightMediaModal } from "Element/SpotlightMedia";
|
||||
import ProfileTab, {
|
||||
BookMarksTab,
|
||||
FollowersTab,
|
||||
|
Loading…
x
Reference in New Issue
Block a user