removed unused space of unused logo

This commit is contained in:
giomba 2021-05-09 21:04:25 +02:00
parent 426e449190
commit 8d05fb227f
2 changed files with 2 additions and 7 deletions

View File

@ -74,7 +74,7 @@
#mw-panel {
font-size: @menu-main-font-size;
position: absolute;
top: 0;
top: 60px;
width: 10em;
left: 0;

View File

@ -174,12 +174,7 @@ class VectorTemplate extends BaseTemplate {
</div>
</div>
<div id="mw-panel">
<div id="p-logo" role="banner"><a class="mw-wiki-logo" href="<?php
echo htmlspecialchars( $this->data['nav_urls']['mainpage']['href'] )
?>" <?php
echo Xml::expandAttributes( Linker::tooltipAndAccesskeyAttribs( 'p-logo' ) )
?>></a></div>
<?php $this->renderNavigation( [ 'SEARCH' ] ); ?>
<?php $this->renderNavigation( [ 'SEARCH' ] ); ?>
<?php $this->renderPortals( $this->data['sidebar'] ); ?>
</div>
</div>