Nightly: Sounds-Listing auf echte lineare Liste umgestellt (vertikale Anordnung, keine Spalten)
This commit is contained in:
parent
517182b778
commit
8ae88be5e6
1 changed files with 3 additions and 3 deletions
|
|
@ -536,11 +536,11 @@ header p {
|
||||||
/* Lineares, responsives Flow-Layout für Sounds */
|
/* Lineares, responsives Flow-Layout für Sounds */
|
||||||
.sounds-flow {
|
.sounds-flow {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-direction: column;
|
||||||
gap: 14px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
.sounds-flow .sound-wrap {
|
.sounds-flow .sound-wrap {
|
||||||
flex: 0 1 220px; /* Basisbreite wie zuvor im Grid */
|
width: 100%;
|
||||||
}
|
}
|
||||||
.sound-wrap { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; }
|
.sound-wrap { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; }
|
||||||
.sound-wrap.row .sound { width: 100%; }
|
.sound-wrap.row .sound { width: 100%; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue