mirror of
https://github.com/friendica/friendica
synced 2024-11-20 09:03:40 +00:00
Merge pull request #2215 from rabuzarus/2812_vier_mobile_fix
vier: fix for 2205
This commit is contained in:
commit
9d83892151
2 changed files with 7 additions and 0 deletions
|
@ -342,6 +342,7 @@ code {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
.badge {
|
.badge {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -1348,6 +1349,10 @@ section.minimal {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wall-item-network-end {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
.wall-item-location {
|
.wall-item-location {
|
||||||
width: 350px;
|
width: 350px;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -1446,6 +1451,7 @@ section.minimal {
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
/* color: darkblue; */
|
/* color: darkblue; */
|
||||||
/* color: #3E3E8C; */
|
/* color: #3E3E8C; */
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toplevel_item:hover .fakelink,
|
.toplevel_item:hover .fakelink,
|
||||||
|
|
|
@ -56,6 +56,7 @@
|
||||||
<span class="wall-item-network" title="{{$item.app}}">
|
<span class="wall-item-network" title="{{$item.app}}">
|
||||||
{{$item.network_name}}
|
{{$item.network_name}}
|
||||||
</span>
|
</span>
|
||||||
|
<div class="wall-item-network-end"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div itemprop="description" class="wall-item-content">
|
<div itemprop="description" class="wall-item-content">
|
||||||
|
|
Loading…
Reference in a new issue