File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
gui/src/components/tracker Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -329,20 +329,20 @@ export function TrackersTable({
329329
330330 const gridTemplateColumns = useMemo ( ( ) => {
331331 const cols = [
332- 'minmax(150px , 1.5fr)' , // Name
333- 'minmax(100px, 1fr) ' , // Type
334- 'minmax(110px, 1fr) ' , // Battery
335- '6rem ' , // Ping (w-24)
336- 'minmax(60px, 1fr) ' , // TPS
337- config ?. devSettings ?. preciseRotation ? '11rem' : '8rem ' , // Rotation
338- 'minmax(60px, 1fr) ' , // Temp
332+ 'minmax(15rem , 1.5fr)' , // Name
333+ '9rem ' , // Type
334+ '9rem ' , // Battery
335+ '9rem ' , // Ping (w-24)
336+ '5rem ' , // TPS
337+ config ?. devSettings ?. preciseRotation ? '11rem' : '9rem ' , // Rotation
338+ '9rem ' , // Temp
339339 ] ;
340340
341341 if ( moreInfo ) {
342342 cols . push ( '9rem' ) ; // Linear Acc
343343 cols . push ( '9rem' ) ; // Position
344344 cols . push ( '9rem' ) ; // Stay Aligned
345- cols . push ( 'minmax(150px, 1fr) ' ) ; // URL
345+ cols . push ( '11rem ' ) ; // URL
346346 }
347347
348348 return cols . join ( ' ' ) ;
You can’t perform that action at this time.
0 commit comments