Commit fafbfd7fba36e0b942777d40b33ed9c5af550ca1
move message_action to bottom right corner of message
Ev Bogue committed on 7/19/2016, 5:00:58 PMParent: bc8bc25cb7b34a51f041ad7953c88c30a5ec976e
Files changed
style.css | changed |
style.css | ||
---|---|---|
@@ -149,8 +149,12 @@ | ||
149 | 149 | } |
150 | 150 | .message_meta > * { |
151 | 151 | margin-left: 5px; |
152 | 152 | } |
153 | +.message_actions { | |
154 | + float: right; | |
155 | +} | |
156 | + | |
153 | 157 | .message > .title > .avatar { |
154 | 158 | margin-left: 0; |
155 | 159 | } |
156 | 160 | |
@@ -243,4 +247,5 @@ | ||
243 | 247 | highlight { |
244 | 248 | background: yellow; |
245 | 249 | } |
246 | 250 | |
251 | +.vote { float: right; } |
Built with git-ssb-web