Moved "fix-lists" mixin out to core, and added a bit of margin to the right of the chat messages.

main
Julian Lam 10 years ago
parent 127c1e7223
commit bde7a50e2a

@ -77,13 +77,14 @@
overflow-x: hidden;
resize: none;
word-wrap: break-word;
padding: 0;
margin: 0;
padding: 0;
li.chat-message {
list-style-type: none;
font-weight: 300;
padding: 0 1.428rem;
margin-right: 1.428rem;
&:first-child {
padding-top: 1.428rem;

@ -46,22 +46,4 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.fix-lists {
ul {
> li {
list-style-type: disc;
ul > li {
list-style-type: circle;
ul > li {
list-style-type: square;
}
}
}
margin-bottom: 10px;
}
}
Loading…
Cancel
Save