Popup ballon description font adjusted

This commit is contained in:
hbrain 2026-06-21 13:44:19 +02:00
parent 0830dcf6e4
commit 29bfef3a64
4 changed files with 6 additions and 6 deletions

View file

@ -275,7 +275,7 @@ function render_blank_page(){
<?php include __DIR__ . '/_pwa_head.php'; ?>
<link rel="icon" type="image/png" href="/assets/img/moto_travel.png">
<link rel="stylesheet" href="/style.css?v=20260621a">
<link rel="stylesheet" href="/style.css?v=20260621c">
<style>html,body{height:100%;overflow:hidden}body{height:100dvh}main{flex:1;min-height:0}</style>
</head>
<body>
@ -547,7 +547,7 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
<link rel="alternate" type="application/rss+xml" title="MVLog RSS" href="/feed.php">
<link rel="icon" type="image/png" href="/assets/img/moto_travel.png">
<link rel="stylesheet" href="/style.css?v=20260621a">
<link rel="stylesheet" href="/style.css?v=20260621c">
<style>
.filter-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;align-items:center;margin:0 0 .4rem}
.filter-input-wrap{position:relative;min-width:0}