f31f7f8a by Ryan

Merge branch '26919_chatscreen' into 'master'

26919_chatscreen

See merge request !32
2 parents f16baefc b0633197
...@@ -172,6 +172,10 @@ span.info { ...@@ -172,6 +172,10 @@ span.info {
172 margin: 15px 5px; 172 margin: 15px 5px;
173 } 173 }
174 174
175 .suggested::-webkit-scrollbar {
176 display: none;
177 }
178
175 code br:nth-child(-n+2) { 179 code br:nth-child(-n+2) {
176 display: none; 180 display: none;
177 } 181 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!