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):

View file

@ -50,7 +50,7 @@
}
.contact-link svg{width:.8rem;height:.8rem;fill:currentColor}
main { max-width:1100px; margin:2rem auto; padding:7.5rem 1rem 7rem; }
main { max-width:1100px; margin:2rem auto; padding:4.0rem 1rem 7rem; }
.contact-form-section {
max-width: 680px;
margin: 0 auto;
@ -72,7 +72,7 @@ main { max-width:1100px; margin:2rem auto; padding:7.5rem 1rem 7rem; }
.site-footer.admin-footer{position:fixed;left:0;right:0;bottom:0;z-index:1000;max-width:100vw;background:rgba(27,30,34,.92);backdrop-filter:blur(6px);color:#F3F4F6;padding:.55rem max(1rem,calc((100vw - 1100px)/2 + 1rem));box-sizing:border-box;box-shadow:0 -2px 16px #0008;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem}.site-footer.admin-footer .admin-left{grid-column:1;justify-self:start;display:flex;align-items:center;gap:.7rem}.site-footer.admin-footer .job-status{grid-column:2;justify-self:center;margin:0;padding:0;text-align:center;max-width:none;white-space:nowrap;overflow:hidden}.site-footer.admin-footer .admin-right{grid-column:3;justify-self:end;width:auto;display:flex;align-items:center;justify-content:flex-end;gap:.6rem}.site-footer.admin-footer .logout-link{margin-left:0}.site-footer.admin-footer .tabs{margin:0}.site-footer.admin-footer .tabs a{margin:0}@media (max-width: 900px){
main{margin:1rem auto;padding:7rem .75rem 8rem}
main{margin:1rem auto;padding:5.7rem .75rem 8rem}
.video-row{grid-template-columns:1fr}
.video-row>.created-at{position:static;top:auto;right:auto;justify-self:start;margin-bottom:.15rem}
.video-row video{max-width:100%}