Skip to content

Commit

Permalink
Fix header layout in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-sketch committed Jun 25, 2024
1 parent 990d463 commit a678a2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ button,
#input-board {
padding: 10px 20px;
margin: 0.5rem 0;
;
font-size: 16px;
border: none;
border-radius: 5px;
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@

function resetUI() {
document.getElementById('parser').style.display = 'none';
document.getElementsByClassName('upload-btn')[0].style.display = 'block';
document.getElementsByClassName('upload-btn')[0].style.display = 'inline-block';
document.getElementById('cropping-actions').style.display = 'none';
document.getElementById('sudoku-board').style.display = 'grid';
document.getElementById('processedImage').style.display = 'none';
Expand Down

0 comments on commit a678a2a

Please sign in to comment.