|
89 | 89 | border-radius: 5px 5px 0 0; |
90 | 90 | } |
91 | 91 |
|
92 | | -// Expand just for the transactions page. |
| 92 | +// Expand just for the standalone transactions page, but not on staff dashboard. |
| 93 | +// Exclude any transaction containers within expansion panels |
93 | 94 | .transaction-container .container, |
94 | 95 | .transaction-container .v-container, |
95 | 96 | .transaction-container .view-container, |
|
98 | 99 | max-width: 90% !important; |
99 | 100 | } |
100 | 101 |
|
| 102 | +// Remove the expansion for transactions within expansion panels (staff dashboard) |
| 103 | +.v-expansion-panel .transaction-container .container, |
| 104 | +.v-expansion-panel .transaction-container .v-container, |
| 105 | +.v-expansion-panel .transaction-container .view-container, |
| 106 | +.v-expansion-panel .transaction-container .app-body, |
| 107 | +.v-expansion-panel .transaction-container .v-app { |
| 108 | + max-width: 1360px !important; // Reset to default |
| 109 | +} |
| 110 | + |
101 | 111 | .app-body .transaction-container ~ .container, |
102 | 112 | .app-body .transaction-container ~ .v-container, |
103 | 113 | .app-body .transaction-container ~ .view-container { |
|
109 | 119 | .app-body:has(.transaction-container) .view-container { |
110 | 120 | max-width: 90% !important; |
111 | 121 | } |
| 122 | + |
| 123 | +// Reset for expansion panels |
| 124 | +.app-body:has(.v-expansion-panel .transaction-container) .container, |
| 125 | +.app-body:has(.v-expansion-panel .transaction-container) .v-container, |
| 126 | +.app-body:has(.v-expansion-panel .transaction-container) .view-container { |
| 127 | + max-width: 1360px !important; // Reset to default |
| 128 | +} |
0 commit comments