Merge https://github.com/friendica/friendica into pull
This commit is contained in:
commit
f9f45fa957
|
@ -3885,3 +3885,21 @@ ul.notifications-menu-popup {
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
width: 130px;
|
width: 130px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-device-width: 768px)
|
||||||
|
and (max-device-width: 1024px)
|
||||||
|
{
|
||||||
|
html {
|
||||||
|
width:700px
|
||||||
|
}
|
||||||
|
div.section-wrapper {
|
||||||
|
width:700px;
|
||||||
|
margin-left:0px;
|
||||||
|
}
|
||||||
|
.wall-item-body {
|
||||||
|
width:700px;
|
||||||
|
}
|
||||||
|
.comment .wall-item-body {
|
||||||
|
width:650px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user