1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 17:16:59 -05:00

multiple ux fixes

This commit is contained in:
Kaibu
2022-05-11 17:10:12 +02:00
parent ad88eff9e3
commit 7276cea3d5
4 changed files with 97 additions and 57 deletions

View File

@@ -1756,7 +1756,7 @@ export default {
flex-grow: 1;
overflow-y: scroll;
overflow-x: hidden;
height: calc(100% - 170px);
height: calc(100vh - 170px);
}
#id_base_container {
@@ -1764,6 +1764,10 @@ export default {
padding-left: 5px;
}
input {
font-size: 16px !important;
}
@media (max-width: 991.9px) {
#shoppinglist {
max-width: none;