Planungen android

This commit is contained in:
Torsten Schulz (local)
2026-07-08 22:28:51 +02:00
parent 244c95502a
commit d481cfd95c
90 changed files with 5901 additions and 42 deletions

View File

@@ -515,25 +515,60 @@ export default {
}
@media (max-width: 640px) {
.app-header {
padding: 4px 8px;
}
.app-header__inner {
align-items: flex-start;
align-items: center;
gap: 8px;
}
.brand {
width: 100%;
flex: 1 1 auto;
width: auto;
}
.logo {
width: 34px;
height: 34px;
border-radius: 10px;
}
.brand-copy strong {
font-size: 0.94rem;
}
.brand-copy span {
font-size: 0.68rem;
}
.header-meta {
width: 100%;
gap: 8px;
}
.header-lang {
width: 100%;
justify-content: space-between;
}
.header-lang__select {
min-width: 8.5rem;
}
.connection-status {
width: 100%;
flex-wrap: wrap;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
}
.status-indicator {
min-height: 32px;
min-height: 30px;
justify-content: center;
padding: 0 8px;
font-size: 0.68rem;
}
}
</style>