diff --git a/pubspec.yaml b/pubspec.yaml index 5ed12f7..d7bbfaf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 3.0.0+95 +version: 3.0.0+96 environment: sdk: ^3.7.2 diff --git a/web/index.html b/web/index.html index 7168ff6..8c5a739 100644 --- a/web/index.html +++ b/web/index.html @@ -1,4 +1,6 @@ - + + + - + - - - + + + - - - - + + + + - + Solar Network - + - - - + margin: 0; + min-height: 100%; + background-color: #ffffff; + background-size: 100% 100%; + } + + .center { + margin: 0; + position: absolute; + top: 50%; + left: 50%; + -ms-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + } + + .contain { + display: block; + width: 100%; + height: 100%; + object-fit: contain; + } + + .stretch { + display: block; + width: 100%; + height: 100%; + } + + .cover { + display: block; + width: 100%; + height: 100%; + object-fit: cover; + } + + .bottom { + position: absolute; + bottom: 0; + left: 50%; + -ms-transform: translate(-50%, 0); + transform: translate(-50%, 0); + } + + .bottomLeft { + position: absolute; + bottom: 0; + left: 0; + } + + .bottomRight { + position: absolute; + bottom: 0; + right: 0; + } + + @media (prefers-color-scheme: dark) { + body { + background-color: #121212; + } + } + + + + - - - - - - - + + + + + + - - \ No newline at end of file + + + +