mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
#8374: Initial implementation as addon
This commit is contained in:
parent
b11e418f35
commit
8ff88b2eee
3 changed files with 151 additions and 0 deletions
39
showmore_dyn/showmore_dyn.css
Normal file
39
showmore_dyn/showmore_dyn.css
Normal file
|
@ -0,0 +1,39 @@
|
|||
.limit-height {
|
||||
max-height: 250px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.wall-item-body-toggle {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background-image: linear-gradient(rgba(0,0,0,0), #f6f6f6);
|
||||
cursor: pointer;
|
||||
height: 50px;
|
||||
position: absolute;
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
z-index: 11;
|
||||
left: 0;
|
||||
display: none;
|
||||
}
|
||||
.wall-item-body-toggle-text {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
z-index: 12;
|
||||
left: 0;
|
||||
text-shadow: 0 0 5px #f6f6f6;
|
||||
font-weight: bold;
|
||||
}
|
||||
.wall-item-body {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
.wall-item-body-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue