css
This commit is contained in:
parent
d4ab0ff5d0
commit
648878235e
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user