mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 02:26:23 +02:00
various minor fixes
This commit is contained in:
@@ -450,7 +450,7 @@ class Admin
|
||||
$page->frontmatter(Yaml::dump((array) $page->header()));
|
||||
} else {
|
||||
// Find out the type by looking at the parent.
|
||||
$type = $parent->child_type() ? $parent->child_type() : $parent->blueprints()->get('child_type', 'default');
|
||||
$type = $parent->childType() ? $parent->childType() : $parent->blueprints()->get('child_type', 'default');
|
||||
$page->name($type.CONTENT_EXT);
|
||||
$page->header();
|
||||
}
|
||||
|
||||
@@ -729,7 +729,7 @@ tr {
|
||||
background: #20333e url(../images/logo.png) 50% 50% no-repeat;
|
||||
font-size: 0;
|
||||
color: transparent;
|
||||
height: 14rem;
|
||||
height: 216px;
|
||||
margin: 0; }
|
||||
#admin-login form {
|
||||
padding: 2rem 3rem; }
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 535 B After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 13 KiB |
@@ -21,7 +21,7 @@
|
||||
background: $darker-accent-bg url(../images/logo.png) 50% 50% no-repeat;
|
||||
font-size: 0;
|
||||
color: transparent;
|
||||
height: 14rem;
|
||||
height: 216px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user