From 30d3bf92fe11bcdfeeaf070732f28d9cd5be799a Mon Sep 17 00:00:00 2001 From: Renard Date: Tue, 24 Sep 2019 19:17:45 -0300 Subject: Ajustes CSS --- src/App.css | 12 +++++++++++- src/Thread.js | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'src') 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 ( - + Home -- cgit v1.2.1-18-gbd029