mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
style(realtime): fix layout for realtime protocol
This commit is contained in:
parent
c5e03cd5d4
commit
f93ecdfee8
2 changed files with 9 additions and 3 deletions
|
|
@ -1,6 +1,9 @@
|
|||
.table {
|
||||
font-size: var(--font-size-xsmall);
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
display: grid;
|
||||
grid-template-rows: fit-content(100%) fit-content(100%) auto;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
@ -21,6 +24,7 @@
|
|||
|
||||
.body {
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue