class Playbook::PbAvatar::Avatar

def online_status_right_position

def online_status_right_position
  case size
  when "xxs", "xs", "sm"
    "xxs"
  when "md"
    { value: "xxs", inset: true }
  when "lg"
    { value: "xs", inset: true }
  when "xl"
    { value: "sm", inset: true }
  end
end