Skip to content

Commit

Permalink
Minor updates to the programming section
Browse files Browse the repository at this point in the history
  • Loading branch information
DzikuVx committed May 5, 2024
1 parent f931341 commit 9d42d52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/fc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ var FC = {
default: 0
},
5: {
name: "Global Variable",
name: "Get Global Variable",
type: "range",
range: [0, 7],
default: 0
Expand Down
9 changes: 9 additions & 0 deletions src/css/tabs/programming.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,13 @@
font-size: 2em;
color:#fff;
font-weight: bold;
}

.logic__table select,
.logic__table input {
width: auto;
margin: 0;
padding: 2px;
margin-right: 1em;
font-size: 13px;
}

0 comments on commit 9d42d52

Please sign in to comment.