mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fix CSS in header.
This commit is contained in:
parent
de50109b3e
commit
3e8dd815b7
3 changed files with 5 additions and 4 deletions
|
|
@ -6,6 +6,7 @@
|
|||
}
|
||||
|
||||
.title {
|
||||
flex: 1;
|
||||
font-size: var(--font-size-large);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -17,7 +18,7 @@
|
|||
}
|
||||
|
||||
.links {
|
||||
flex: 1;
|
||||
flex: 2;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
@ -30,6 +31,7 @@
|
|||
}
|
||||
|
||||
.buttons {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue