formatting

This commit is contained in:
Manuel
2025-09-19 22:02:42 +02:00
committed by GitHub
parent 6c33195429
commit 85706b7304

View File

@@ -276,7 +276,6 @@ input[type="file"] {
box-shadow: 0 0 0 2px rgba(0, 180, 255, 0.2); box-shadow: 0 0 0 2px rgba(0, 180, 255, 0.2);
} }
/* --- NEW: Responsive group for action sections --- */
.actions-group { .actions-group {
display: grid; display: grid;
grid-template-columns: repeat(3, 1fr); /* 3 columns for wide screens */ grid-template-columns: repeat(3, 1fr); /* 3 columns for wide screens */
@@ -297,7 +296,6 @@ input[type="file"] {
flex-grow: 1; /* Helps align buttons if one section has more text */ flex-grow: 1; /* Helps align buttons if one section has more text */
} }
/* --- NEW: Styling for individual action buttons --- */
.main-action-button { .main-action-button {
display: block; display: block;
width: 100%; width: 100%;
@@ -658,7 +656,7 @@ body.dragging .drag-overlay {
100% { transform: rotate(360deg); } 100% { transform: rotate(360deg); }
} }
/* --- Mobile responsive styles --- */ /* --- Mobile --- */
@media (max-width: 992px) { @media (max-width: 992px) {
.actions-group { .actions-group {
grid-template-columns: 1fr; /* Stack to 1 column on tablet and smaller */ grid-template-columns: 1fr; /* Stack to 1 column on tablet and smaller */
@@ -724,4 +722,4 @@ body.dragging .drag-overlay {
text-wrap: nowrap; text-wrap: nowrap;
max-width: 100em; max-width: 100em;
} }
} }