Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Dec 13, 2024
1 parent eead262 commit 184b585
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/aind_qc_portal/panel/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

s3_client = boto3.client("s3")
MEDIA_TTL = 3600 # 1 hour
KACHERY_ZONE = os.getenv("KACHERY_ZONE", "aind")

CSS = """
:not(:root):fullscreen::backdrop {
Expand Down Expand Up @@ -47,8 +48,6 @@
}
"""

KACHERY_ZONE = os.getenv("KACHERY_ZONE", "aind")


class Fullscreen(ReactiveHTML):
"""A Fullscreen component that allows the user to toggle fullscreen mode.
Expand Down

0 comments on commit 184b585

Please sign in to comment.