Updated language. Fixed CSS.

This commit is contained in:
Mike Cao 2024-06-15 22:48:14 -07:00
parent 2eed78783e
commit 263e92c888
3 changed files with 62 additions and 60 deletions

View file

@ -5,7 +5,7 @@ import { Icon, Icons } from 'react-basics';
import classNames from 'classnames';
export function ReportMenu({ children }) {
const [collapsed, setCollapsed] = useState(true);
const [collapsed, setCollapsed] = useState(false);
const { report } = useContext(ReportContext);
if (!report) {

View file

@ -19,6 +19,7 @@
flex-wrap: nowrap;
overflow: auto;
gap: 100px;
padding-right: 20px;
}
.header {
@ -89,6 +90,7 @@
align-items: center;
justify-content: space-between;
min-width: 300px;
max-width: 300px;
min-height: 60px;
}