mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
b40fef1caa
- Migrated Activity widget to new StreamEntryWidget logic - Aligned comment section to new StreamEntryWidget
25 lines
360 B
Plaintext
25 lines
360 B
Plaintext
// Activities
|
|
.activities {
|
|
max-height: 400px;
|
|
overflow: auto;
|
|
|
|
li.activity-entry {
|
|
padding: 0;
|
|
}
|
|
|
|
li .media {
|
|
position: relative;
|
|
padding: 10px;
|
|
}
|
|
|
|
li .media .img-space {
|
|
position: absolute;
|
|
top: 24px;
|
|
left: 24px;
|
|
}
|
|
|
|
li .media .media-body {
|
|
max-width: 295px;
|
|
}
|
|
}
|