mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Update report parameters.
This commit is contained in:
parent
22d477b98b
commit
64c6d73b77
10 changed files with 44 additions and 40 deletions
|
|
@ -5,7 +5,7 @@ import styles from './PageHeader.module.css';
|
|||
export function PageHeader({ title, children, className }) {
|
||||
return (
|
||||
<div className={classNames(styles.header, className)}>
|
||||
<div className={styles.title}>{title}</div>
|
||||
{title && <div className={styles.title}>{title}</div>}
|
||||
<div className={styles.actions}>{children}</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
align-items: center;
|
||||
align-content: center;
|
||||
align-self: stretch;
|
||||
margin-bottom: 40px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
|
|
@ -23,6 +22,7 @@
|
|||
font-weight: 700;
|
||||
gap: 20px;
|
||||
height: 60px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.actions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue