mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-02 08:09:47 +08:00
decrease image max ratio
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -7,7 +7,7 @@ abstract final class StyleString {
|
|||||||
static const Radius imgRadius = Radius.circular(10);
|
static const Radius imgRadius = Radius.circular(10);
|
||||||
static const double aspectRatio = 16 / 10;
|
static const double aspectRatio = 16 / 10;
|
||||||
static const double aspectRatio16x9 = 16 / 9;
|
static const double aspectRatio16x9 = 16 / 9;
|
||||||
static const double imgMaxRatio = 3.0;
|
static const double imgMaxRatio = 2.6;
|
||||||
static const bottomSheetRadius = BorderRadius.vertical(
|
static const bottomSheetRadius = BorderRadius.vertical(
|
||||||
top: Radius.circular(18),
|
top: Radius.circular(18),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user