Commit 7b91ebea2f9f89a207555eda47a8779b3e83f734
css tweaks
mixmix committed on 11/30/2018, 11:59:17 PMParent: ed00f21688c47a809f1724a50ce7a3239f9929a6
Files changed
app/styles/mcss/markdown.mcss | changed |
message/html/like.mcss | changed |
app/styles/mcss/markdown.mcss | |||
---|---|---|---|
@@ -60,10 +60,13 @@ | |||
60 | 60 … | ||
61 | 61 … | background: rgba(0,0,0,.05) | |
62 | 62 … | padding: 1rem | |
63 | 63 … | border-left: 4px solid rgba(0,0,0,.1) | |
64 | - margin: 0 | ||
64 … | + margin: .5rem 0 | ||
65 | 65 … | ||
66 … | + :first-child { margin-top: 0 } | ||
67 … | + :last-child { margin-bottom: 0 } | ||
68 … | + | ||
66 | 69 … | p { | |
67 | 70 … | :last-child { | |
68 | 71 … | margin-bottom: .35ex | |
69 | 72 … | } |