vier-mobile: fix embedded video and embedded link images for tablets and bigger
This commit is contained in:
parent
c553ab9b46
commit
7b48ef23d5
|
@ -63,10 +63,14 @@ nav ul {
|
||||||
a.desktop-view { display: none; }
|
a.desktop-view { display: none; }
|
||||||
a.mobile-view { display: initial; }
|
a.mobile-view { display: initial; }
|
||||||
#nav-apps-link { display: none; }
|
#nav-apps-link { display: none; }
|
||||||
|
|
||||||
.wall-item-container .wall-item-info { width: auto; }
|
.wall-item-container .wall-item-info { width: auto; }
|
||||||
.contact-photo-wrapper { width: 55px; }
|
.contact-photo-wrapper { width: 55px; }
|
||||||
.wwto { left: 0px; }
|
.wwto { left: 0px; }
|
||||||
|
|
||||||
|
.type-link > a { width: 100%; overflow: hidden; display: block; }
|
||||||
|
.type-link > a > img { display: block; max-width: 100%!important; width: 100% !important; height: auto !important; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 480px) {
|
@media screen and (max-width: 480px) {
|
||||||
|
@ -275,6 +279,3 @@ select:focus {
|
||||||
background-image: none !important; background-color: transparent !important;
|
background-image: none !important; background-color: transparent !important;
|
||||||
width: 100% !important; height: 110px !important;
|
width: 100% !important; height: 110px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.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: auto !important; }
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user