Commit 03d51452 by marco

removed border to the right of discussion list

parent c63fb7c1
...@@ -732,7 +732,7 @@ body.discussion { ...@@ -732,7 +732,7 @@ body.discussion {
position: absolute; position: absolute;
top: 30%; top: 30%;
left: 30%; left: 30%;
color: $gray; color: $gray-l1;
font-size: 28px; font-size: 28px;
z-index: 100; z-index: 100;
width: 25px; width: 25px;
...@@ -1066,7 +1066,7 @@ body.discussion { ...@@ -1066,7 +1066,7 @@ body.discussion {
.post-list-wrapper { .post-list-wrapper {
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;
border-right: 1px solid transparent; //border-right: 1px solid transparent;
} }
.post-list { .post-list {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment