1
0
Fork 0
timelinize/frontend/resources/css/dashboard.css
Matthew Holt bb9151628f
WIP: new entity page; delete almost all DB indexes
Imports are now 4-5x faster and queries are still just about as fast. New indexes should only be created after proving their usefulness.
2025-01-07 13:42:05 -07:00

14 lines
263 B
CSS

.timeline-container-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
gap: 10px;
}
.timeline-container-grid > * {
max-height: 450px;
overflow-y: auto;
}
.timeline-container-grid .minidisp-media > * {
max-height: 200px;
}