Skip to content

Commit

Permalink
v1.30.7
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeKeck committed Aug 10, 2024
1 parent c25551c commit fccca5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluidd",
"version": "1.30.6",
"version": "1.30.7",
"private": true,
"type": "module",
"description": "fluidd, a klipper web client.",
Expand Down
2 changes: 1 addition & 1 deletion src/components/widgets/console/Console.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default class Console extends Mixins(StateMixin) {
}
.console-scroller {
height: 300px;
height: 450px;
}
.console-scroller-fullscreen {
height: calc(100vh - 240px);
Expand Down

0 comments on commit fccca5c

Please sign in to comment.