This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

increase pin code size
#1
Hi, is it possible to increase the size of the PIN code window? It looks fine and the size is correct in the mobile app, but I have an Android screen with a resolution of 1280x800 where it looks very small. Would it be possible to increase the size without affecting the other screen?
Reply
#2
Add to Custom CSS:
Code:
@media (min-width: 1200px) {
  #pincode {
    transform: scale(150%);
  }
}
Reply


Forum Jump: