mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
19 lines
206 B
CSS
19 lines
206 B
CSS
.col {
|
|
flex: 2;
|
|
}
|
|
|
|
.buttons {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
width: 100%;
|
|
}
|
|
|
|
.detailLink {
|
|
width: 100%;
|
|
}
|
|
|
|
.headerButtons {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
gap: 10px;
|
|
}
|