test
All checks were successful
deploy to production / deploy (push) Successful in 29s

This commit is contained in:
Robin Grenzdörfer 2023-10-18 15:13:46 +00:00
parent 75d4c88d47
commit 7d2e708e65

View File

@ -33,7 +33,6 @@
return ""
}
$: console.log($pages)
let nestedPath = checkNestedPath()
window.addEventListener("popstate", function (event) {
$rerender = $rerender + 1
@ -47,7 +46,7 @@
</h3>
{/if}
{#if nestedPath}
<div style="display: flex; width: 100%; justify-content: space-between;">
<div class="top-header" style="display: flex; width: 100%; justify-content: space-between;">
<h3
style="cursor: pointer; display: flex; align-items: center; gap: 10px; line-height: 1.4;"
on:keydown
@ -150,6 +149,18 @@
font-weight: 500;
font-size: 2rem;
}
.top-header {
img {
width: 20px;
}
font-size: 0.7rem;
@media @tablet {
font-size: 1.2rem;
img {
width: 48px;
}
}
}
@media @tablet {
h3 {
font-size: 1.3rem;