diff options
author | Renard | 2019-09-24 19:17:45 -0300 |
---|---|---|
committer | Renard | 2019-09-24 19:17:45 -0300 |
commit | 30d3bf92fe11bcdfeeaf070732f28d9cd5be799a (patch) | |
tree | 95c84a71548826f2368e82d6ffb6358dacab35f6 | |
parent | a76cb11f8faadaabe403609d7180c0387e4bd238 (diff) | |
download | bai-client-30d3bf92fe11bcdfeeaf070732f28d9cd5be799a.tar.gz bai-client-30d3bf92fe11bcdfeeaf070732f28d9cd5be799a.tar.xz bai-client-30d3bf92fe11bcdfeeaf070732f28d9cd5be799a.zip |
Ajustes CSS
-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 |