Fix margins for images and videos
This patch makes it so that the margins for images and videos is the same as other components.
This commit is contained in:
@@ -27,8 +27,6 @@ TimelineContainer {
|
||||
}
|
||||
Loader {
|
||||
id: linkPreviewLoader
|
||||
Layout.rightMargin: Kirigami.Units.largeSpacing
|
||||
Layout.leftMargin: Kirigami.Units.largeSpacing
|
||||
height: active ? item.implicitHeight : 0
|
||||
active: !currentRoom.usesEncryption && model.display && model.display.includes("http")
|
||||
visible: active
|
||||
|
||||
Reference in New Issue
Block a user