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

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 { #order-footer {
width: 100%; width: 100%;
right: 0; right: 0;