git ssb

16+

Dominic / patchbay



Commit fafbfd7fba36e0b942777d40b33ed9c5af550ca1

move message_action to bottom right corner of message

Ev Bogue committed on 7/19/2016, 5:00:58 PM
Parent: bc8bc25cb7b34a51f041ad7953c88c30a5ec976e

Files changed

style.csschanged
style.cssView
@@ -149,8 +149,12 @@
149149 }
150150 .message_meta > * {
151151 margin-left: 5px;
152152 }
153+.message_actions {
154+ float: right;
155+}
156+
153157 .message > .title > .avatar {
154158 margin-left: 0;
155159 }
156160
@@ -243,4 +247,5 @@
243247 highlight {
244248 background: yellow;
245249 }
246250
251+.vote { float: right; }

Built with git-ssb-web