Skip to content

Commit

Permalink
Add rounded corners to transport
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmith96 committed Feb 9, 2022
1 parent 3a80434 commit 1edab52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qlab-display_layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"lineWidth": "auto",
"padding": "auto",
"html": "",
"css": "font-size: 200%;\nheight: 100rem;\nwidth: 30%;",
"css": "font-size: 200%;\nheight: 100rem;\nwidth: 30%;\nborder-radius: 10rem;",
"colorTextOn": "auto",
"label": "auto",
"vertical": false,
Expand Down Expand Up @@ -289,7 +289,7 @@
"lineWidth": "auto",
"padding": "auto",
"html": "",
"css": "font-size: 200%; height: 100rem; width: 30%; left: 68%;",
"css": "font-size: 200%;\nheight: 100rem;\nwidth: 30%;\nleft: 68%;\nborder-radius: 10rem;",
"colorTextOn": "auto",
"label": "auto",
"vertical": false,
Expand Down Expand Up @@ -332,7 +332,7 @@
"lineWidth": "auto",
"padding": "auto",
"html": "",
"css": "height: 100rem; width: 18%; left: 32%;",
"css": "height: 100rem;\nwidth: 18%;\nleft: 32%;\nborder-radius: 10rem;",
"colorTextOn": "auto",
"label": "auto",
"vertical": false,
Expand Down Expand Up @@ -375,7 +375,7 @@
"lineWidth": "auto",
"padding": "auto",
"html": "",
"css": "height: 100rem; width: 18%; left: 50%;",
"css": "height: 100rem;\nwidth: 18%;\nleft: 50%;\nborder-radius: 10rem;",
"colorTextOn": "auto",
"label": "auto",
"vertical": false,
Expand Down

0 comments on commit 1edab52

Please sign in to comment.