1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-10 09:02:50 +00:00

client - block quote - adjusted markdown editor styling

This commit is contained in:
2018-01-15 22:57:17 -06:00
parent 36c1c03677
commit 744874ce4f
6 changed files with 147 additions and 54 deletions

View File

@@ -123,9 +123,37 @@ span.grey {
font-weight: bold;
font-size: 9pt;
cursor: pointer;
padding: 0;
&:hover {
color: white;
}
}
}
.blockquote {
margin: 14px 40px 40px;
padding: 5px;
color: #ffffff;
border-top: 1px solid grey;
border-bottom: 1px solid grey;
word-break: break-word;
small :last-child {
margin-bottom: 0;
}
}
div {
box-sizing: border-box;
}
.markdown-container {
overflow-wrap: break-word;
word-break: break-word;
img {
max-width: 100%;
height: auto;
}
}