Load tag statistics into grid after the profile finished loading
This commit is contained in:
16
app/assets/stylesheets/external_users.css.scss
Normal file
16
app/assets/stylesheets/external_users.css.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user