Added option to preview embedded element

This commit is contained in:
Kasper Rynning-Tønnesen
2018-10-24 13:10:56 +02:00
parent 9229fc07cf
commit 67b98d12ad
6 changed files with 30 additions and 7 deletions

View File

@@ -221,6 +221,10 @@ background: transparent !important;
box-shadow: none;
}
#embed {
max-height: max-content !important;
}
.chan.tap-target-origin {
display: none;
}