diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/App.css | 12 | ||||
-rw-r--r-- | src/Thread.js | 2 |
2 files changed, 12 insertions, 2 deletions
diff --git a/src/App.css b/src/App.css index db9c6fd..7f8d2e3 100644 --- a/src/App.css +++ b/src/App.css @@ -100,14 +100,24 @@ margin-right: 0.5em !important; } + .ui.ui.ui.container.thread:not(.fluid) { + margin-left: 0px !important; + margin-right: 0px !important; + padding: 0.5em; + } + .iu.container.main { margin: 0px !important; } + + .homeContainer { + margin: 0px !important; + } } .homeContainer.inverted { color: #eaeaea !important; - background-color: #454647 !important; + background-color: #1c1c1c !important; } .ui.modal>.content.replyModal { diff --git a/src/Thread.js b/src/Thread.js index fe9efff..5c42aaa 100644 --- a/src/Thread.js +++ b/src/Thread.js @@ -137,7 +137,7 @@ class Thread extends Component { document.title = subject + " - " + currentBoard.name + "@B.a.I"; return ( - <Container className={nightMode ? "inverted" : ""}> + <Container className={nightMode ? "thread inverted" : "thread"}> <Breadcrumb className={nightMode ? "inverted" : ""}> <Breadcrumb.Section link as={Link} to="/"> Home |