From df0d71518c6ffcfcb6254aa03af4372dc77ea350 Mon Sep 17 00:00:00 2001 From: spaghetti Date: Sun, 20 Nov 2016 22:29:37 -0500 Subject: [PATCH] Add live style previews to profile edit page --- static/styles/global.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/styles/global.css b/static/styles/global.css index 639abe6..84dfb2f 100755 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -518,13 +518,11 @@ tr.torrent .bookmark>a:after { .preview_wrapper { position: relative; display: inline-block; - width: 29%; - height: 120px; + width: 40%; margin: 0 10px; } .preview_image { display: block; - height: 80px; cursor: pointer; overflow: hidden; }