mirror of
https://github.com/grocy/grocy.git
synced 2026-04-04 20:06:16 +02:00
Give recipe modal in meal plan space
for Ingredients/Preparation being side-by-side
This commit is contained in:
parent
5a2600209f
commit
fd06e45605
|
|
@ -278,6 +278,13 @@ a:not([href]) {
|
||||||
z-index: 99998;
|
z-index: 99998;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Give recipe modal in meal plan space for Ingredients/Preparation side-by-side */
|
||||||
|
@media (min-width: 992px) {
|
||||||
|
.modal-xl {
|
||||||
|
max-width: 1100px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Third party component customizations - DataTables */
|
/* Third party component customizations - DataTables */
|
||||||
.dataTable td {
|
.dataTable td {
|
||||||
vertical-align: middle !important;
|
vertical-align: middle !important;
|
||||||
|
|
@ -526,4 +533,4 @@ canvas.drawingBuffer {
|
||||||
.not-allowed {
|
.not-allowed {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user