mirror of
https://github.com/humhub/humhub.git
synced 2025-02-22 10:14:19 +01:00
13 lines
194 B
Plaintext
13 lines
194 B
Plaintext
|
// Activities
|
||
|
.activities {
|
||
|
max-height: 400px;
|
||
|
overflow: auto;
|
||
|
li .media {
|
||
|
position: relative;
|
||
|
}
|
||
|
li .media .img-space {
|
||
|
position: absolute;
|
||
|
top: 14px;
|
||
|
left: 14px;
|
||
|
}
|
||
|
}
|