fix(catalog): indent aggregated entries on large screen was wrong

This commit is contained in:
Joxit 2020-02-02 15:59:25 +01:00
parent 01d8bcfccd
commit f0a40d6087
No known key found for this signature in database
GPG key ID: F526592B8E012263
5 changed files with 11 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/style.css vendored

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "docker-registry-ui",
"version": "1.4.7",
"version": "1.4.8",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build"
},

View file

@ -524,6 +524,12 @@ catalog-element catalog-element > .content {
margin-left: 3em;
}
@media screen and (min-width: 1515px){
catalog-element catalog-element > .content material-card {
max-width: calc(1440px - 3em);
}
}
remove-image {
width: 30px;
}