diff --git a/android/app/build.gradle b/android/app/build.gradle index e5addc0..a8935f1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "social.flotilla" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 1 - versionName "0.2.2" + versionCode 2 + versionName "0.2.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/package-lock.json b/package-lock.json index d6944d6..35fc4c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flotilla", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flotilla", - "version": "0.2.2", + "version": "0.2.3", "dependencies": { "@capacitor/android": "^6.1.2", "@capacitor/cli": "^6.1.2", diff --git a/package.json b/package.json index fcd6712..48471ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flotilla", - "version": "0.2.2", + "version": "0.2.3", "private": true, "scripts": { "dev": "vite dev", diff --git a/src/app.css b/src/app.css index 3fdc5e6..f1e9e96 100644 --- a/src/app.css +++ b/src/app.css @@ -123,6 +123,12 @@ @apply ellipsize; } +@media (max-width: 639px) { + [data-tip]::before { + display: none; + } +} + .content-padding-x { @apply px-4 sm:px-8 md:px-12; }