mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
fix website header wrapping and height
This commit is contained in:
parent
eda5adfd79
commit
4f113bc3ac
1 changed files with 6 additions and 3 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
.header {
|
.header {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: 1fr max-content;
|
gap: 10px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
padding: 20px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|
@ -12,7 +14,7 @@
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions {
|
.actions {
|
||||||
|
|
@ -22,6 +24,7 @@
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
gap: 30px;
|
gap: 30px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected {
|
.selected {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue