mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
Replace random HSL gradients in homepage cards with header-style gradient; header keeps its own CSS-variables gradient
This commit is contained in:
@@ -55,8 +55,11 @@ $_thesisId = $_GET['id'] ?? null;
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<?php if (!$_isAdmin): ?>
|
||||||
<?php
|
<?php
|
||||||
// Search bar — public section only
|
// Search bar — public section only (rendered below header for equal height)
|
||||||
$searchBarValue = $searchBarValue ?? $_GET['query'] ?? '';
|
$searchBarValue = $searchBarValue ?? $_GET['query'] ?? '';
|
||||||
?>
|
?>
|
||||||
<div class="header-search-wrap">
|
<div class="header-search-wrap">
|
||||||
@@ -78,7 +81,4 @@ $_thesisId = $_GET['id'] ?? null;
|
|||||||
>
|
>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user