improve responsive design

This commit is contained in:
Simon Vieille 2021-04-20 13:25:14 +02:00
parent 24574da2b4
commit 264b111845

View file

@ -217,6 +217,25 @@ tr.table-primary-light {
}
table.table-fixed, .table-fixed > table {
thead {
tr {
th {
&.sorted {
&::before {
content: '\f0dc';
font-family: 'FontAwesome';
color: #aaa;
margin-right: 3px;
}
}
}
}
}
}
@media screen and (min-height: 650px) {
table.table-fixed, .table-fixed > table {
width: 100%;
tbody {
@ -244,14 +263,6 @@ table.table-fixed, .table-fixed > table {
tr {
th {
float: left;
&.sorted {
&::before {
content: '\f0dc';
font-family: 'FontAwesome';
color: #aaa;
margin-right: 3px;
}
}
}
}