mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01: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;
|
||||
}
|
||||
|
||||
/* 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 */
|
||||
.dataTable td {
|
||||
vertical-align: middle !important;
|
||||
|
|
@ -526,4 +533,4 @@ canvas.drawingBuffer {
|
|||
.not-allowed {
|
||||
pointer-events: none;
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user