/* 文件浏览页专属样式。表格、行内操作、sha 截断。 */ .files-table th.col-name { min-width: 30%; } .files-table th.col-size { width: 9em; } .files-table th.col-src { width: 6em; } .files-table th.col-time { width: 11em; } .files-table th.col-act { width: 9em; text-align: right; } .files-table td.col-act { text-align: right; white-space: nowrap; } .files-table td.col-name .fname { font-weight: 600; word-break: break-all; } .files-table td.col-name .sha { display: block; margin-top: 0.15em; color: var(--text-dim); } .files-table td.col-act .btn { padding: 0.3em 0.8em; font-size: 0.85em; margin-left: 0.3em; } .sha-short { cursor: pointer; } .sha-short:hover { color: var(--primary); } .row-removed { opacity: 0; transition: opacity 0.25s; } @media (max-width: 640px) { .files-table th, .files-table td { padding: 0.5em 0.4em; } .files-table th.col-src, .files-table td.col-src { display: none; } .files-table th.col-time, .files-table td.col-time { font-size: 0.78em; } }