formatting
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user