Skip to content

Commit

Permalink
[WIP] Responsive table
Browse files Browse the repository at this point in the history
  • Loading branch information
heppu committed Mar 28, 2024
1 parent 2f2e779 commit 99acb36
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions api/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -625,31 +625,6 @@ input:checked + .slider:before {
display: none;
}

.tr {
flex-direction: column;
height: 120px;
}

.left > .td:nth-child(1) {
min-width: 0px;
}

.left > .td:nth-child(1) {
order: 2;
}

.left > .td:nth-child(2) {
order: 1;
}

.right > .td:nth-child(1) {
order: 1;
}

.right > .td:nth-child(2) {
order: 3;
}

.mobile-label {
display: inherit;
}
Expand Down

0 comments on commit 99acb36

Please sign in to comment.