mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 21:27:20 +01:00
Updated language. Fixed CSS.
This commit is contained in:
parent
2eed78783e
commit
263e92c888
3 changed files with 62 additions and 60 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue