Skip to content

Commit b499eee

Browse files
committed
Style fixes
1 parent cd99fc9 commit b499eee

4 files changed

Lines changed: 23 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
<!-- Externe Stylesheets -->
99
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
10+
<link rel="stylesheet" href="static/css/tailwind.css">
1011
<link rel="stylesheet" href="static/css/styles.css">
1112

1213
<!-- Externe Scripts (klassisch, vor unseren Modulen) -->
13-
<script src="https://cdn.tailwindcss.com"></script>
1414
<script src="https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js"></script>
1515
<script src="static/cd-auto-planner.js"></script>
1616
<script src="static/slot-system.js"></script>
@@ -159,4 +159,4 @@ <h3 id="player-edit-modal-title" class="text-xl font-bold text-gold mb-4 border-
159159
<script type="module" src="static/js/main.js"></script>
160160

161161
</body>
162-
</html>
162+
</html>

static/css/styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,13 @@ pre {
10091009
flex-direction: column;
10101010
}
10111011

1012+
/* Bench: horizontale Anordnung der Spielerkarten mit Umbruch */
1013+
#roster-bench.roster-group {
1014+
flex-direction: row;
1015+
flex-wrap: wrap;
1016+
min-height: 60px;
1017+
}
1018+
10121019
.group-header {
10131020
text-align: center;
10141021
font-weight: bold;

0 commit comments

Comments
 (0)