Merge pull request #5966 from JeroenED/theme/frio/oembed/view-active-class

fixed view of active embedded videos
2022.09-rc
Hypolite Petovan 2018-10-26 19:25:30 -04:00 zatwierdzone przez GitHub
commit 7ee8bdafc5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -1784,6 +1784,12 @@ code > .hl-main {
.oembed.video .embed_video > div:hover {
background-color: rgba(0,0,0,0);
}
.oembed.video .embed_video.active {
margin: 1em 0;
}
.oembed.video .embed_video.active iframe {
width: 100% !important;
}
.wall-item-tags,
.itemedited {
margin-top: 10px;