html,body{overscroll-behavior:none;width:100vw;height:100vh}#toolbar{height:53px;position:absolute;top:0;left:0;right:0}#fileTableContainer{position:absolute;inset:53px 0 0;overflow:auto}table#fileTable thead tr th{z-index:1;background-color:#fff;padding:0;position:sticky;top:0}table#fileTable thead tr th div{text-align:start;border-bottom:1px solid var(--gray-6);padding:5px}table#fileTable thead tr th:nth-child(-n+5){display:table-cell}table#fileTable thead tr th:nth-child(n+6):nth-child(-n+14){display:none}table#fileTable tbody tr td{padding:2px 5px}table#fileTable tbody tr td:nth-child(-n+5){display:table-cell}table#fileTable tbody tr td:nth-child(n+6):nth-child(-n+14){display:none}table#fileTable tbody tr td.changes{padding-left:10px}table#fileTable tbody tr td.name{-webkit-user-select:none;user-select:none}table#fileTable tbody tr td.size{text-align:end;-webkit-user-select:none;user-select:none}table#fileTable tbody tr td.lastModified{-webkit-user-select:none;user-select:none}@media (min-width:768px){table#fileTable thead tr th:nth-child(-n+5){display:none}table#fileTable thead tr th:nth-child(n+6):nth-child(-n+14){display:table-cell}table#fileTable tbody tr td:nth-child(-n+5){display:none}table#fileTable tbody tr td:nth-child(n+6):nth-child(-n+14){display:table-cell}}@media print{html,body{width:auto;height:auto}#toolbar{height:auto;position:static}#toolbar button{visibility:hidden}#fileTableContainer{height:auto;position:static;overflow:visible}}
