mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 21:23:46 +00:00
padding option for form entry cell. increased padding on login and register forms. reduced large font size on iOS
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Bit.iOS.Controls
|
||||
var size = view.FontSize;
|
||||
if(size == Device.GetNamedSize(NamedSize.Large, typeof(Button)))
|
||||
{
|
||||
pointSize *= 1.4f;
|
||||
pointSize *= 1.3f;
|
||||
}
|
||||
else if(size == Device.GetNamedSize(NamedSize.Small, typeof(Button)))
|
||||
{
|
||||
|
||||
@@ -22,7 +22,7 @@ namespace Bit.iOS.Controls
|
||||
var size = view.FontSize;
|
||||
if(size == Device.GetNamedSize(NamedSize.Large, typeof(Label)))
|
||||
{
|
||||
pointSize *= 1.4f;
|
||||
pointSize *= 1.3f;
|
||||
}
|
||||
else if(size == Device.GetNamedSize(NamedSize.Small, typeof(Label)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user