Compare commits

..

1 Commits
1.4.7 ... 1.4.8

Author SHA1 Message Date
Joxit
f0a40d6087 fix(catalog): indent aggregated entries on large screen was wrong 2020-02-02 15:59:25 +01:00
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

@@ -520,10 +520,16 @@ catalog-element catalog-element.hide material-card {
opacity: 0;
}
catalog-element catalog-element > .content {
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;
}