mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-17 05:24:06 +00:00
Updated stats grid too
This commit is contained in:
@ -136,7 +136,7 @@
|
||||
{#each columns as column}
|
||||
{@const value = item[column.key]}
|
||||
<td class:right={column.right} title={value}>
|
||||
{formatValue(value)}
|
||||
<div class="value">{formatValue(value)}</div>
|
||||
</td>
|
||||
{/each}
|
||||
</tr>
|
||||
@ -212,6 +212,14 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
td .value {
|
||||
height: 2.1ex;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 25em;
|
||||
}
|
||||
|
||||
tbody tr.selected td {
|
||||
background-color: #00008b;
|
||||
color: #fff;
|
||||
|
Reference in New Issue
Block a user