Commit d648b18d by marco

removed border to the right of discussion list

parent b8706796
......@@ -732,7 +732,7 @@ body.discussion {
position: absolute;
top: 30%;
left: 30%;
color: $gray;
color: $gray-l1;
font-size: 28px;
z-index: 100;
width: 25px;
......@@ -1066,7 +1066,7 @@ body.discussion {
.post-list-wrapper {
overflow-y: scroll;
overflow-x: hidden;
border-right: 1px solid transparent;
//border-right: 1px solid transparent;
}
.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