Skip to content

Commit

Permalink
fix grafico per pannello modifica modificatore su mobile. closes #276
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed May 26, 2024
1 parent b97289a commit b3541b6
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 12 deletions.
2 changes: 1 addition & 1 deletion code/public/css/gasdotto.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code/public/css/gasdotto.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code/public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/gasdotto.js": "/js/gasdotto.js?id=984c70fc3722a1d3deb0b60b236b2662",
"/css/gasdotto.css": "/css/gasdotto.css?id=9f62fdf8e27345aa16d289be04885ed2"
"/css/gasdotto.css": "/css/gasdotto.css?id=944fde138a68e0877df0d9da8e03d933"
}
32 changes: 23 additions & 9 deletions code/resources/assets/sass/gasdotto.scss
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,16 @@ i[class^='bi-hidden-'] {
}
}
}

/*
Questo è per assicurarsi che i pulsanti a destra del menu siano
visualizzati anche su mobile
*/
.navbar-collapse {
.position-absolute {
position: relative !important;
}
}
}

@include media-breakpoint-down(md) {
Expand All @@ -752,6 +762,10 @@ i[class^='bi-hidden-'] {
padding: 0.375rem 0.75rem;
}

.btn-group {
width: 100%;
}

.modal {
.modal-footer {
padding: 0.15rem;
Expand All @@ -769,16 +783,16 @@ i[class^='bi-hidden-'] {
}
}
}
}

@include media-breakpoint-down(lg) {
/*
Questo è per assicurarsi che i pulsanti a destra del menu siano
visualizzati anche su mobile
*/
.navbar-collapse {
.position-absolute {
position: relative !important;
.modifier-modal {
.dynamic-table {
tr {
display: grid;

td {
padding: 0;
}
}
}
}
}

0 comments on commit b3541b6

Please sign in to comment.