Added css to improve smaller screen usability (PR #668)

This commit is contained in:
MatCast 2019-05-15 15:50:32 +02:00 committed by wvengen
parent 2d0a81c92d
commit 7136d015c4
1 changed files with 8 additions and 0 deletions

View File

@ -235,6 +235,14 @@ table {
}
}
/* Hide the orders article info for small screens
to prevent the "save order" button to disappear */
@media only screen and (max-width: 950px) {
tr.order-article:hover .article-info {
display: none;
}
}
#order-footer {
width: 100%;
right: 0;