From 0bf9eba0439dac8dc6d8f0abf799828fbef2c9b1 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 5 Apr 2016 14:07:05 -0700 Subject: [PATCH] Remove media queries They make the app feel too much like a webpage. I don't like the UI jumping around as I resize the window. --- renderer/index.css | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/renderer/index.css b/renderer/index.css index f7aece21..dc3d755a 100644 --- a/renderer/index.css +++ b/renderer/index.css @@ -830,29 +830,3 @@ body.drag .app::after { .error-popover .error:last-child { border-bottom: none; } - -/* - * MEDIA QUERIES - */ - -@media only screen and (min-width: 700px) { - body { - font-size: 16px; - line-height: 1.5em; - } - .torrent, - .torrent-placeholder { - height: 150px; - } -} - -@media only screen and (min-width: 900px) { - body { - font-size: 18px; - line-height: 1.5em; - } - .torrent, - .torrent-placeholder { - height: 180px; - } -}