From 4ef6f71622135c8a2be6248fdceef6cde762a469 Mon Sep 17 00:00:00 2001 From: KasparoVy Date: Sat, 3 Sep 2016 22:05:12 -0400 Subject: [PATCH] Less Blurry Character Preferences images. Ported from VG https://github.com/d3athrow/vgstation13/pull/11149 --- code/modules/client/preference/preferences.dm | 2 +- html/browser/common.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/code/modules/client/preference/preferences.dm b/code/modules/client/preference/preferences.dm index c39a34d969a..4f487933227 100644 --- a/code/modules/client/preference/preferences.dm +++ b/code/modules/client/preference/preferences.dm @@ -236,7 +236,7 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts switch(current_tab) if(TAB_CHAR) // Character Settings - dat += "
" + dat += "
" dat += "
" dat += "Name: " dat += "[real_name]" diff --git a/html/browser/common.css b/html/browser/common.css index 8c0a0253599..23b675f7fa2 100644 --- a/html/browser/common.css +++ b/html/browser/common.css @@ -339,4 +339,10 @@ div.notice { width: 100%; clear: both; +} +.charPreview +{ + -ms-interpolation-mode: nearest-neighbor; + width: 64px; + height:64px; } \ No newline at end of file