vier-mobile: fix threaded view for tablets and bigger
This commit is contained in:
parent
3e983dd45a
commit
d049c8d5c5
|
@ -63,6 +63,10 @@ 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; }
|
||||||
|
.contact-photo-wrapper { width: 55px; }
|
||||||
|
.wwto { left: 0px; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 480px) {
|
@media screen and (max-width: 480px) {
|
||||||
|
@ -105,10 +109,6 @@ nav ul {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-container .wall-item-info { width: auto; }
|
|
||||||
.contact-photo-wrapper { width: 55px; }
|
|
||||||
.wwto { left: 0px; }
|
|
||||||
|
|
||||||
/* aside in/out */
|
/* aside in/out */
|
||||||
.mobile-aside-toggle {
|
.mobile-aside-toggle {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
|
|
Loading…
Reference in a new issue