git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Commit 6d20a46e7abaa94845f87c72e3d6c8a135b098a2

round img borders

Ev Bogue committed on 6/6/2018, 4:21:41 PM
Parent: acbd81c838fcbe64469a230fa95ae4ab629d8694

Files changed

style.csschanged
style.cssView
@@ -147,8 +147,12 @@
147147 .message img, .message video {
148148 max-width: 100%;
149149 }
150150
151+img {
152+ border-radius: 3px;
153+}
154+
151155 .timestamp, .votes {
152156 float: right;
153157 }
154158

Built with git-ssb-web