feat(footer): reduce footer size

This commit is contained in:
Joxit 2020-02-02 15:16:47 +01:00
parent c60c2f3e95
commit 01d8bcfccd
No known key found for this signature in database
GPG key ID: F526592B8E012263
5 changed files with 8 additions and 4 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.6",
"version": "1.4.7",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build"
},

View file

@ -376,6 +376,10 @@ footer {
}
}
material-footer {
padding: 0.5em 1em;
}
@media screen and (min-width: 760px) and (max-height: 750px) {
main {
min-height: calc(100% - 144px - 2.5em);