Load tag statistics into grid after the profile finished loading

This commit is contained in:
Maximilian Grundke
2018-07-03 14:11:26 +02:00
parent 75e5b7330f
commit 517641ae80
5 changed files with 64 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
#no-elements {
display: none;
}
#tag-grid {
display: grid;
grid-template-columns: 25% 25% 25% 25%;
grid-column-gap: 10px;
grid-row-gap: 15px;
.progress {
.progress-bar {
min-width: 2em;
}
}
}