sforkowany z mirror/friendica
commit
9d83892151
|
@ -342,6 +342,7 @@ code {
|
|||
padding: 10px;
|
||||
margin-top: 20px;
|
||||
max-width: 640px;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.badge {
|
||||
display: inline-block;
|
||||
|
@ -1348,6 +1349,10 @@ section.minimal {
|
|||
float: right;
|
||||
}
|
||||
|
||||
.wall-item-network-end {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.wall-item-location {
|
||||
width: 350px;
|
||||
float: left;
|
||||
|
@ -1446,6 +1451,7 @@ section.minimal {
|
|||
transition: all 0.2s ease-in-out;
|
||||
/* color: darkblue; */
|
||||
/* color: #3E3E8C; */
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.toplevel_item:hover .fakelink,
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
<span class="wall-item-network" title="{{$item.app}}">
|
||||
{{$item.network_name}}
|
||||
</span>
|
||||
<div class="wall-item-network-end"></div>
|
||||
</div>
|
||||
|
||||
<div itemprop="description" class="wall-item-content">
|
||||
|
|
Ładowanie…
Reference in New Issue