Skip to content

Commit

Permalink
Merge pull request #13 from it-at-m/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
FabianWilms authored Mar 12, 2024
2 parents 0dda4d4 + 0860c9a commit 078f996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
schedule:
- cron: '42 3 * * 2'
push:
branches: [ "main" ]
branches: [ "main", "dev" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]

Expand Down
2 changes: 1 addition & 1 deletion src/views/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ button.key {
-webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-box-direction: normal;
margin: 0;
margin: 4px;
font: inherit;
overflow: visible;
color: black;
Expand Down

0 comments on commit 078f996

Please sign in to comment.