Skip to content

Commit

Permalink
Merge pull request #77 from e-picsa/fix/resource-styles
Browse files Browse the repository at this point in the history
fix: resource style for small screens
  • Loading branch information
chrismclarke authored Oct 21, 2022
2 parents 16b2ccd + b1b35f5 commit d4fafc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/picsa-apps/extension-app-native/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "io.picsa.extension"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3012002
versionName "3.12.2"
versionCode 3012003
versionName "3.12.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
&:hover {
background: unset;
}
& > .resource-item-contents {
flex-wrap: wrap;
}
}
.language-code {
background: var(--color-secondary);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picsa-apps",
"version": "3.12.2",
"version": "3.12.3",
"license": "See LICENSE",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit d4fafc4

Please sign in to comment.