Skip to content

Commit

Permalink
Merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
Flurb committed Jan 10, 2022
2 parents 541b347 + 18d5925 commit b16101e
Show file tree
Hide file tree
Showing 11 changed files with 420 additions and 206 deletions.
1 change: 1 addition & 0 deletions snowpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default ({
"**/out-tsc/**/*",
"**/.editorconfig",
"**/.eslintrc.cjs",
"**/.git/**/*",
"**/.gitignore",
"**/.travis.yml",
"**/package*",
Expand Down
2 changes: 1 addition & 1 deletion src/action-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export class ActionIcon extends LitElement {
margin: 0px;
text-align: center;
align-self: center;
max-width: 64px;
max-width: 100%;
direction: rtl;
}
Expand Down
Loading

0 comments on commit b16101e

Please sign in to comment.