mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-11 11:27:03 +00:00
Bump welshman, drop support for safe area insets
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||||
|
|
||||||
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
||||||
<item name="colorPrimary">@color/colorPrimary</item>
|
<item name="colorPrimary">@color/colorPrimary</item>
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
<item name="windowActionBar">false</item>
|
<item name="windowActionBar">false</item>
|
||||||
<item name="windowNoTitle">true</item>
|
<item name="windowNoTitle">true</item>
|
||||||
<item name="android:background">@null</item>
|
<item name="android:background">@null</item>
|
||||||
|
<item name="android:windowOptOutEdgeToEdgeEnforcement" tools:ignore="NewApi">true</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ const config: CapacitorConfig = {
|
|||||||
server: {
|
server: {
|
||||||
androidScheme: "https"
|
androidScheme: "https"
|
||||||
},
|
},
|
||||||
|
android: {
|
||||||
|
adjustMarginsForEdgeToEdge: false,
|
||||||
|
},
|
||||||
plugins: {
|
plugins: {
|
||||||
SplashScreen: {
|
SplashScreen: {
|
||||||
androidSplashResourceName: "splash"
|
androidSplashResourceName: "splash"
|
||||||
|
|||||||
22
package.json
22
package.json
@@ -56,17 +56,17 @@
|
|||||||
"@types/throttle-debounce": "^5.0.2",
|
"@types/throttle-debounce": "^5.0.2",
|
||||||
"@vite-pwa/assets-generator": "^0.2.6",
|
"@vite-pwa/assets-generator": "^0.2.6",
|
||||||
"@vite-pwa/sveltekit": "^0.6.6",
|
"@vite-pwa/sveltekit": "^0.6.6",
|
||||||
"@welshman/app": "^0.4.0",
|
"@welshman/app": "^0.4.2",
|
||||||
"@welshman/content": "^0.4.0",
|
"@welshman/content": "^0.4.2",
|
||||||
"@welshman/editor": "^0.4.0",
|
"@welshman/editor": "^0.4.2",
|
||||||
"@welshman/feeds": "^0.4.0",
|
"@welshman/feeds": "^0.4.2",
|
||||||
"@welshman/lib": "^0.4.0",
|
"@welshman/lib": "^0.4.2",
|
||||||
"@welshman/net": "^0.4.0",
|
"@welshman/net": "^0.4.2",
|
||||||
"@welshman/relay": "^0.4.0",
|
"@welshman/relay": "^0.4.2",
|
||||||
"@welshman/router": "^0.4.0",
|
"@welshman/router": "^0.4.2",
|
||||||
"@welshman/signer": "^0.4.0",
|
"@welshman/signer": "^0.4.2",
|
||||||
"@welshman/store": "^0.4.0",
|
"@welshman/store": "^0.4.2",
|
||||||
"@welshman/util": "^0.4.0",
|
"@welshman/util": "^0.4.2",
|
||||||
"compressorjs": "^1.2.1",
|
"compressorjs": "^1.2.1",
|
||||||
"daisyui": "^4.12.10",
|
"daisyui": "^4.12.10",
|
||||||
"date-picker-svelte": "^2.13.0",
|
"date-picker-svelte": "^2.13.0",
|
||||||
|
|||||||
BIN
pnpm-lock.yaml
generated
BIN
pnpm-lock.yaml
generated
Binary file not shown.
@@ -46,10 +46,10 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
font-family: Lato;
|
font-family: Lato;
|
||||||
--sait: env(safe-area-inset-top);
|
--sait: var(--safe-area-inset-top, env(safe-area-inset-top));
|
||||||
--saib: env(safe-area-inset-bottom);
|
--saib: var(--safe-area-inset-bottom, env(safe-area-inset-bottom));
|
||||||
--sail: env(safe-area-inset-left);
|
--sail: var(--safe-area-inset-left, env(safe-area-inset-left));
|
||||||
--sair: env(safe-area-inset-right);
|
--sair: var(--safe-area-inset-right, env(safe-area-inset-right));
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme] {
|
[data-theme] {
|
||||||
|
|||||||
Reference in New Issue
Block a user