git ssb

16+

Dominic / patchbay



Commit 7b91ebea2f9f89a207555eda47a8779b3e83f734

css tweaks

mixmix committed on 11/30/2018, 11:59:17 PM
Parent: ed00f21688c47a809f1724a50ce7a3239f9929a6

Files changed

app/styles/mcss/markdown.mcsschanged
message/html/like.mcsschanged
app/styles/mcss/markdown.mcssView
@@ -60,10 +60,13 @@
6060
6161 background: rgba(0,0,0,.05)
6262 padding: 1rem
6363 border-left: 4px solid rgba(0,0,0,.1)
64- margin: 0
64 + margin: .5rem 0
6565
66 + :first-child { margin-top: 0 }
67 + :last-child { margin-bottom: 0 }
68 +
6669 p {
6770 :last-child {
6871 margin-bottom: .35ex
6972 }
message/html/like.mcssView
@@ -2,9 +2,9 @@
22 color: gray
33 cursor: pointer
44
55 display: grid
6- grid-template-columns: auto auto
6 + grid-template-columns: minmax(0.6rem, auto) auto
77 align-items: center
88 grid-gap: .2rem
99
1010 span.count {}

Built with git-ssb-web