From f86ca0a16829790c08f0b2874e6c2821cb655a0c Mon Sep 17 00:00:00 2001 From: DC Date: Fri, 22 Jul 2016 16:23:11 -0700 Subject: [PATCH] Perf: use px, not em for column widths --- static/main.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/static/main.css b/static/main.css index 398fdb9d..8a777f1f 100644 --- a/static/main.css +++ b/static/main.css @@ -626,10 +626,6 @@ body.drag .app::after { height: 28px; } -.torrent-details td { - vertical-align: center; -} - .torrent-details tr:hover { background-color: rgba(200, 200, 200, 0.3); } @@ -647,7 +643,7 @@ body.drag .app::after { } .torrent-details td.col-icon { - width: 3em; + width: 45px; padding-left: 16px; } @@ -663,17 +659,17 @@ body.drag .app::after { } .torrent-details td.col-progress { - width: 4em; + width: 60px; text-align: right; } .torrent-details td.col-size { - width: 4em; + width: 60px; text-align: right; } .torrent-details td.col-select { - width: 3em; + width: 45px; padding-right: 13px; text-align: right; }