Skip to content

Commit

Permalink
Hide channel groups section in Minerva player
Browse files Browse the repository at this point in the history
  • Loading branch information
whunter committed Jan 31, 2024
1 parent 8a56ee9 commit fb966c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/MinervaPlayer/MinervaPlayer.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import React, { FC, ReactElement, useState } from "react";
import "../../css/Viewer.scss";
import MinervaStory from "minerva-browser";
import { Thumbnail } from "../Thumbnail";
import { Link, useLocation } from "react-router-dom";
import Modal from "react-modal";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import {
faArrowUpRightFromSquare,
faXmark
} from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import MinervaStory from "minerva-browser";
import React, { FC, ReactElement, useState } from "react";
import Modal from "react-modal";
import { Link, useLocation } from "react-router-dom";
import { Thumbnail } from "../Thumbnail";
import "../../css/Viewer.scss";
interface MinervaPlayerProps {
item: Archive;
site: Site;
Expand Down
3 changes: 3 additions & 0 deletions src/css/Viewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
display: block;
width: 100%;
height: 1000px;
.minerva-root .minerva-legend {
display: none;
}
}

nav#vt_nav.hidden {
Expand Down

0 comments on commit fb966c3

Please sign in to comment.