]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/style.css
Merge pull request #5966 from JeroenED/theme/frio/oembed/view-active-class
[friendica.git] / view / theme / frio / css / style.css
index cd2337a7abe087140ac1e8a2eff1022f2bcb872d..58048efbcd8e4816adc4fbdfeac97c0681bcc8b3 100644 (file)
@@ -1489,6 +1489,9 @@ section #jotOpen {
 .fbrowser.image .photo-album-image-wrapper {
     box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
 }
+.fbrowser.image .photo-album-image-wrapper .caption {
+    pointer-events: none;
+}
 .fbrowser .profile-rotator-wrapper {
     min-height: 200px;
 }
@@ -1525,7 +1528,6 @@ section #jotOpen {
 }
 .panel .panel-body .wall-item-content {
     color: #555;
-    word-break: break-all;
 }
 .tread-wrapper .media {
     overflow: visible;
@@ -1782,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;