From d8a150a60d84d1864acbd8ce879a47ba8a417620 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 6 Apr 2016 02:57:20 -0700 Subject: [PATCH] Torrent list title: Show more of the title --- renderer/index.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/renderer/index.css b/renderer/index.css index dc3d755a..4b6eeeb3 100644 --- a/renderer/index.css +++ b/renderer/index.css @@ -370,10 +370,15 @@ input { position: absolute; top: 20px; left: 20px; - width: calc(100% - 150px); + right: 20px; + width: calc(100% - 40px); text-shadow: rgba(0, 0, 0, 0.5) 0 0 4px; } +.torrent:hover .metadata { + width: calc(100% - 150px); +} + .torrent .metadata span:not(:last-child)::after { content: ' — '; }