mirror of
https://github.com/friendica/friendica
synced 2024-11-10 13:42:53 +00:00
fixed width on wall-item-wrapper
This commit is contained in:
parent
a282042ffc
commit
f2789132ce
1 changed files with 2 additions and 0 deletions
|
@ -809,6 +809,8 @@ input#dfrn-url {
|
||||||
}
|
}
|
||||||
.wall-item-wrapper {
|
.wall-item-wrapper {
|
||||||
float: left;
|
float: left;
|
||||||
|
margin-right: 5px;
|
||||||
|
width: 80px;
|
||||||
}
|
}
|
||||||
.wall-item-lock {
|
.wall-item-lock {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
Loading…
Reference in a new issue