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 /src/App.css | |
parent | a76cb11f8faadaabe403609d7180c0387e4bd238 (diff) | |
download | bai-client-30d3bf92fe11bcdfeeaf070732f28d9cd5be799a.tar.gz bai-client-30d3bf92fe11bcdfeeaf070732f28d9cd5be799a.tar.xz bai-client-30d3bf92fe11bcdfeeaf070732f28d9cd5be799a.zip |
Ajustes CSS
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 12 |
1 files changed, 11 insertions, 1 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 { |