Skip to content

Commit

Permalink
chore(tests): equation solver update
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerengels committed Jul 10, 2024
1 parent 705cbcc commit 0a1ad33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"kmap-html-editor": "^0.9.12",
"kmap-jsxgraph": "^0.9.16",
"kmap-solve-tree": "^0.9.17",
"kmap-solvee": "^0.9.6",
"kmap-solvee": "^0.9.8",
"kmap-term-tree": "^0.9.21",
"kmap-binomial-coefficient": "^0.9.5",
"lit": "^2.8.0",
Expand Down
14 changes: 2 additions & 12 deletions client/src/kmap-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,24 +304,14 @@ export class KmapMain extends connect(store, LitElement) {
color: var(--app-drawer-selected-color);
}
.cc-fb-inst {
font-size: 0;
margin: 16px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
}
.cc-fb-inst > a {
line-height: 0;
}
.cc-fb-inst > a.license {
box-shadow: var(--elevation-01);
transition: 200ms ease-in-out background-color, var(--elevation-transition);
margin-block: 0;
}
.cc-fb-inst > a.license:hover {
box-shadow: var(--elevation-03);
}
.cc-fb-inst > a.social:hover {
.cc-fb-inst > a:hover {
filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.14));
}
span[slot=subtitle] {
Expand Down

0 comments on commit 0a1ad33

Please sign in to comment.