X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fmobile.css;h=7ad0717568b7cae0d9c86407493b5205aa7abaf4;hb=341046e3a0617030859fca3c1ff3d5c09b49060a;hp=7b8b4bd785ad0eb46e11082d82c1c26773e92e4c;hpb=fa66fa9b28ec0d3f7822a030145c855baa7b5f35;p=friendica.git diff --git a/view/theme/vier/mobile.css b/view/theme/vier/mobile.css index 7b8b4bd785..7ad0717568 100644 --- a/view/theme/vier/mobile.css +++ b/view/theme/vier/mobile.css @@ -1,4 +1,4 @@ -aside, header, #nav-events-link, #nav-search-box, #nav-admin-link, #activitiy-by-date-tab, #shared-links-tab, +aside, header, #nav-search-box, #nav-admin-link, #nav-messages-linkmenu, #activitiy-by-date-tab, #shared-links-tab, #nav-logout-link, .wall-item-location { display: none; } @@ -60,22 +60,21 @@ nav ul { .wall-item-container .wall-item-content .type-link img.attachment-image, .type-link img.attachment-image, .type-video img.attachment-image { max-width: 350px; } - a.desktop-view { display: none; } - a.mobile-view { display: initial; } + .desktop-view { display: none; } + .mobile-view { display: initial; } #nav-apps-link { display: none; } .wall-item-container .wall-item-info { width: auto; } .contact-photo-wrapper { width: 55px; } .wwto { left: 0px; } - .type-link > a { heigh: 120px; width: 100%; overflow: hidden; display: block; } + .type-link > a { height: 120px; width: 100%; overflow: hidden; display: block; } .type-link > a > img { display: block; max-width: 100%!important; width: 100% !important; height: 100% !important; object-fit: cover !important; } /** oembed **/ .embed_video { float: none; margin: 0px; - height: 120px; width: 100%; overflow: hidden; display: block; @@ -92,6 +91,13 @@ nav ul { width: 100% !important; height: 110px !important; } + #login-extra-links, #login-form { + /* width: 341px; */ + width: 100%; + } + #id_remember_label { + width: unset; + } } @media screen and (max-width: 480px) { @@ -104,15 +110,28 @@ nav ul { .children .wall-item-container .wall-item-item .wall-item-content img { max-width: 100%; } + iframe.embed_rich { width: 100% !important } + /* TODO: check if this is needed. + * oembedded iframe usually have "width" and "height" as attributes + * that override this rule */ iframe { max-width: 100%; } - /* the top-nav notfication menu - Note: the device needs a min display width of 320px */ - #nav-notifications-menu { - width: 270px; + + /* the top-nav notfication menu */ + nav #nav-notifications-linkmenu .menu-popup { + position: fixed; + left: 10px; + right: 10px; + top: 44px; + bottom: 10px; + width: auto; + max-width: none; + max-height: none; } + + } .wall-item-container.thread_level_2, @@ -281,4 +300,6 @@ select:focus { .event-start, .event-end { width: auto; } .event-start .dtstart, .event-end .dtend { float: none; display: block; } - +/** prv mail **/ +.mail-conv-detail { margin-left: 0px; width: 100%; } +#prvmail-submit, #prvmail-text, #prvmail-subject { box-sizing: border-box; width: 100%; }