mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 04:16: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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user