1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 16:54:44 +02:00

Small adjustments

This commit is contained in:
Ryan Cramer
2025-05-09 16:09:52 -04:00
parent b786dcff14
commit bc0faa771f
2 changed files with 7 additions and 2 deletions

View File

@@ -62,8 +62,8 @@ $logoOptions = array('height' => '40px');
</header>
<?php
if($adminTheme->themeName === 'default') echo '</div><!--#pw-mastheads-->';
if($adminTheme->themeName === 'default') echo '</div><!--pw-mastheads-->';
if(strpos($adminTheme->layout, 'sidenav') === false) {
echo $adminTheme->renderNotices($notices) . $adminTheme->renderExtraMarkup('masthead');
}
if($adminTheme->themeName != 'default') echo '</div><!--#pw-mastheads-->';
if($adminTheme->themeName != 'default') echo '</div><!--pw-mastheads-->';

View File

@@ -3114,6 +3114,11 @@ ins {
color: black;
}
.pw small > .uk-button {
background: transparent;
color: inherit;
}
@media (min-width: 960px) {
h1, .uk-h1 {
font-size: 2.425rem;