File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments