Fix: Wurfbörse auto-fill Grid — 1 Karte füllt volle Breite, keine fixen Spalten mehr (SW by-v907)
This commit is contained in:
parent
cf1ed0fdbc
commit
0399282e4c
2 changed files with 4 additions and 12 deletions
|
|
@ -6977,18 +6977,10 @@ svg.empty-state-icon {
|
||||||
|
|
||||||
.wb-cards {
|
.wb-cards {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
|
||||||
gap: var(--space-4);
|
gap: var(--space-4);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
.wb-cards { grid-template-columns: repeat(2, 1fr); }
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
|
||||||
.wb-cards { grid-template-columns: repeat(3, 1fr); }
|
|
||||||
}
|
|
||||||
|
|
||||||
.wb-card {
|
.wb-card {
|
||||||
background: var(--c-surface);
|
background: var(--c-surface);
|
||||||
border: 1px solid var(--c-border-light);
|
border: 1px solid var(--c-border-light);
|
||||||
|
|
|
||||||
|
|
@ -101,9 +101,9 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||||
<link rel="stylesheet" href="/css/design-system.css?v=885">
|
<link rel="stylesheet" href="/css/design-system.css?v=907">
|
||||||
<link rel="stylesheet" href="/css/layout.css?v=885">
|
<link rel="stylesheet" href="/css/layout.css?v=907">
|
||||||
<link rel="stylesheet" href="/css/components.css?v=885">
|
<link rel="stylesheet" href="/css/components.css?v=907">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue