Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

NikitK/ Amending the Github page for Binary Bot #3811

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/indexPage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ loginCheck();

if (!isBinaryDomain) {
// eslint-disable-next-line no-unused-expressions
document.getElementsByClassName('half-width bottom-image puzzle-logo')[0]?.remove();
document.getElementsByClassName('center')[1]?.remove();
// eslint-disable-next-line no-unused-expressions
document.getElementById('split-container')?.remove();
// eslint-disable-next-line no-unused-expressions
document.getElementsByClassName('dbot-banner__separator')[0]?.remove();
// eslint-disable-next-line no-unused-expressions
Expand Down
1 change: 1 addition & 0 deletions static/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ body {
#main {
width: 100%;
max-width: 960px;
min-height: 585px;
margin: 0 auto;
}
.left,
Expand Down