Archived
1
0
This commit is contained in:
Jeff Becker 2017-04-19 16:43:30 -04:00
parent d4ab0ff5d0
commit 648878235e

View File

@ -378,6 +378,10 @@
display: table-cell; display: table-cell;
} }
.messageroot {
display: inline-block;
}
.message { .message {
float: left; float: left;
clear: left; clear: left;
@ -409,6 +413,7 @@
[data-origin="i2p"] { [data-origin="i2p"] {
background-image: url('/static/i2p.png'); background-image: url('/static/i2p.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: top right; background-position: top right;
} }