X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fstyle.css;h=848a2a419007e9b6f9e389608c332a6e44d53151;hb=cf5c1b550b730ed52b9a72c453a3adf31c29d64d;hp=64edef3012845dd59b86d787d4d97fe8e16cef12;hpb=17514e0d684edccb41d16a452bf60debdc276fab;p=friendica.git diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 64edef3012..848a2a4190 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1109,6 +1109,9 @@ section { section.minimal { top: 0px; left: 0px; + position: absolute; + width: 100%; + height: 100%; } /* wall item */ @@ -1216,6 +1219,7 @@ section.minimal { .wall-item-container .wall-item-content img { max-width: 100%; + vertical-align: middle; /* max-width: 650px; */ /* max-width: 580px; */ } @@ -2928,3 +2932,6 @@ a.mail-list-link { .videos .video-top-wrapper:hover .video-delete { opacity: 1; } + +/* upload/select popup */ +.fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }