Fetch new eventlogs when the user scrolls to the bottom
This commit is contained in:
@@ -196,8 +196,20 @@ tr:hover .table-actions {
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
h1.section-header {
|
||||
margin-top: 20px;
|
||||
.view-header {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 0;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.view-header > div {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.button-bar {
|
||||
|
||||
Reference in New Issue
Block a user