You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
527 B

.content {
width: 100%;
}
#logreader-root {
height: calc(100vh - 50px);
width: 100%;
}
#logreader-root > div {
height: 100%;
}
#log-section {
display: none; /** we overwrite this */
}
.log-loading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.scrollContainer {
height: 100%;
overflow: auto;
}
.highlight-enter {
background-color: orange;
}
.highlight-enter.highlight-enter-active {
background-color: var(--color-main-background);
transition: background 1500ms ease-in;
}