File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 208208 .modal-buttons .cancel-btn : hover {
209209 background-color : # dc2626 !important ;
210210 }
211+
211212 .player-details {
212213 display : flex;
213- flex-direction : column; /* ÄNDERUNG: Stellt die Elemente untereinander dar */
214- align-items : flex-start; /* ÄNDERUNG: Richtet sie linksbündig aus */
215- gap : 0.25rem ; /* Fügt einen kleinen Abstand zwischen Name und Klasse hinzu */
214+ flex-direction : column; /* Stellt Name und Klasse untereinander dar */
215+ align-items : flex-start;
216+ gap : 0.25rem ;
216217 min-width : 0 ;
217218 }
218219 .editable-name , .editable-class-select {
219- width : 160px ; /* Gibt beiden Elementen eine feste Breite */
220+ width : 160px ; /* Gibt beiden eine feste Breite für einheitliches Aussehen */
220221 }
221-
222- /* Responsive Anpassung für den Roster auf kleinen Bildschirmen */
223- @media (max-width : 767px ) {
222+ @media (max-width : 1200px ) {
224223 .player-row-container {
225- flex-direction : column; /* Stellt die Elemente untereinander dar */
224+ flex-direction : column; /* Stellt Details und Symbole untereinander dar */
226225 align-items : flex-start; /* Richtet alles linksbündig aus */
227- gap : 0.5 rem ; /* Fügt einen kleinen Abstand hinzu */
226+ gap : 0.75 rem ; /* Abstand zwischen den Elementen */
228227 padding-bottom : 0.75rem ;
229228 border-bottom : 1px solid var (--color-gold-border-light );
230229 }
231230 .player-row-container : last-child {
232- border-bottom : none; /* Entfernt den Rand beim letzten Element */
233- }
234- .player-row-container .player-details {
235- width : 100% ; /* Sektion mit Name/Klasse soll volle Breite nutzen */
231+ border-bottom : none;
236232 }
237233 }
238234 </ style >
You can’t perform that action at this time.
0 commit comments