UX: Zuchtkartei Toolbar flex-wrap — kein horizontaler Scroll mehr (SW by-v906)
This commit is contained in:
parent
a29c7574d3
commit
f35a0efbaf
5 changed files with 8 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '905'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '906'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.5.1'; // ← semantische Version, wird bei make release gesetzt
|
||||
const IS_STAGING = location.hostname === 'staging.banyaro.app';
|
||||
// Cache-Bust-Parameter nach Update-Reload sofort entfernen
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ window.Page_zuchthunde = (() => {
|
|||
function _render() {
|
||||
_container.innerHTML = `
|
||||
<div class="zh-layout">
|
||||
<div class="by-toolbar" style="overflow-x:auto;flex-wrap:nowrap">
|
||||
<div class="by-toolbar" style="flex-wrap:wrap">
|
||||
<h2 style="margin:0;font-size:var(--text-lg);font-weight:var(--weight-semibold);flex-shrink:0;white-space:nowrap">
|
||||
${UI.icon('dog')} Zuchtkartei
|
||||
</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue