mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
add support for 1.5 pixel ratio
This commit is contained in:
parent
9a045c216c
commit
56c870cca2
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ module Discourse
|
|||
@anonymous_top_menu_items ||= Discourse.anonymous_filters + [:category, :categories, :top]
|
||||
end
|
||||
|
||||
PIXEL_RATIOS ||= [1, 2, 3]
|
||||
PIXEL_RATIOS ||= [1, 1.5, 2, 3]
|
||||
|
||||
def self.avatar_sizes
|
||||
# TODO: should cache these when we get a notification system for site settings
|
||||
|
|
Loading…
Reference in a new issue