Style cleaning and adjusting

This commit is contained in:
hbrain 2026-06-06 13:12:55 +02:00
parent 551e16bc76
commit 8a6d90ef86
2 changed files with 3 additions and 10 deletions

View file

@ -443,7 +443,7 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
.meta-filter{display:inline-flex;align-items:center;gap:.25rem;padding:.12rem .5rem;border-radius:999px;background:rgba(255,255,255,.06);cursor:pointer;user-select:none;transition:background-color .15s ease,transform .15s ease}
.meta-filter:hover,.meta-filter:focus-visible{background:rgba(255,255,255,.12);transform:translateY(-1px);outline:none}
.meta-filter:focus-visible{box-shadow:0 0 0 2px rgba(202,162,109,.35)}
.site-header.admin-header{padding-top:.9rem;padding-bottom:.7rem}
.site-header.admin-header{padding-top:.9rem;padding-bottom:1.0rem}
@media (max-width:900px){
.video-row-head-mobile{display:block;grid-column:1 / -1;margin:0 0 .05rem}
.video-row-head-mobile .description-teaser{margin:.25rem 0 .3rem}
@ -474,14 +474,7 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
</form>
<?php endif; ?>
<?php if ($articleId === ''): ?>
<p class="filter-summary">
Showing <?=h((string)$total)?> article(s)
<?php if($activeFilterCount > 0): ?> with <?=h((string)$activeFilterCount)?> active filter(s)<?php endif; ?>
</p>
<?php if(!$slice): ?><p>No videos found for current filter.</p><?php endif; ?>
<?php endif; ?>
<div class="video-list">
<?php foreach($slice as $v):