}
}
+ table.tree {
+ padding: 0;
+
+ tr {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+
+ td:nth-child(1) {
+ /* permissions */
+ flex: 1 0 auto;
+ order: 2;
+ }
+
+ td:nth-child(2) {
+ /* size */
+ flex: 1 0 auto;
+ order: 3;
+ }
+
+ td:nth-child(3) {
+ /* title */
+ flex: 1 0 100%;
+ order: 1;
+ }
+
+ td:nth-child(4) {
+ /* links */
+ flex: 2 0 auto;
+ text-align: right;
+ order: 4;
+ }
+ }
+ }
+
div.search {
display: flex;
align-items: center;