Merge branch 'develop' into expand-codeblock

This commit is contained in:
Šimon Brandner 2021-01-18 17:54:06 +01:00
commit 8a4af2f348
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
23 changed files with 382 additions and 172 deletions

View file

@ -89,24 +89,18 @@ limitations under the License.
}
}
.mx_showMore {
display: block;
text-align: left;
margin-top: 10px;
}
.metadata {
color: $muted-fg-color;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 0;
}
.metadata.visible {
overflow-y: visible;
text-overflow: ellipsis;
white-space: normal;
padding: 0;
> li {
padding: 0;
border: 0;
}
}
}
}