forked from CGM_Public/pretix_original
Lazy-load logs on event dashboard
This commit is contained in:
@@ -176,6 +176,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.logs-lazy-loading {
|
||||
text-align: center;
|
||||
.fa-cog {
|
||||
color: #ccc;
|
||||
margin: 30px;
|
||||
-webkit-animation: fa-spin 4s infinite linear;
|
||||
animation: fa-spin 4s infinite linear;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $screen-sm-max) {
|
||||
.dashboard .widget-container.widget-small {
|
||||
width: 50%;
|
||||
|
||||
Reference in New Issue
Block a user