Skip to content

Commit

Permalink
Fix some broken styles
Browse files Browse the repository at this point in the history
  • Loading branch information
thordy committed Nov 8, 2024
1 parent df912c8 commit 9a452e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ A preview of major changes can be found in the Wiki ([Latest Changes](https://gi
- Ability to configure bots from Tablet Controller
- New set of larger Compact buttons
- Lots of new Badges
- Ability to configure: "Announcement Volume", "Auto Busting" and "Auto Leg Finish" from frontend

#### Changed
- Don't show `Rematch` and `Undo Leg Finish` on old legs
Expand All @@ -32,7 +33,6 @@ A preview of major changes can be found in the Wiki ([Latest Changes](https://gi
- New "Explore" tab on player statistics, to explore darts thrown
- Support for `ANY` and `MASTER` outs for `x01` legs
- Simplified input for `x01` legs
- Ability to configure: "Announcement Volume", "Auto Busting" and "Auto Leg Finish" from frontend

#### Changed
- Updated to use `Node.js v18`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="block-container-header">
<span>Leg Options</span>
</div>
<div class="block-container-with-header" style="display: flex; align-items: center; min-height: 81px;">
<div class="block-container-with-header-flex" style="display: flex; align-items: center; min-height: 81px;">
<div class="form-group form-check mr-2">
<input type="checkbox" id="autoFinishLegs" class="form-check-input" checked=state.autoFinishLegs on-change("toggleAutoFinishLegs")>
<label class="toggle-button" for="autoFinishLegs">
Expand All @@ -49,7 +49,7 @@
</div>
</if>
</div>
<div class="block-container-with-header" style="margin-top: -30px;">
<div class="block-container-with-header-flex" style="margin-top: -30px;">
<div class="form-group form-check">
<input type="checkbox" id="confirmBusts" class="form-check-input" checked=state.confirmBusts on-change("toggleConfirmBusts")>
<label class="toggle-button" for="confirmBusts">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
transform: translateX(26px);
}

.block-container-with-header {
.block-container-with-header-flex {
.block-container-with-header;
display: flex;
align-items: center;
margin-bottom: 0px;
Expand Down

0 comments on commit 9a452e9

Please sign in to comment.