vier: some fixes for mobile view
This commit is contained in:
parent
863d49ccd0
commit
8e0f04026c
3 changed files with 18 additions and 4 deletions
|
@ -67,10 +67,23 @@ nav ul {
|
|||
|
||||
@media screen and (max-width: 480px) {
|
||||
.wall-item-container .wall-item-content img,
|
||||
.children .wall-item-container .wall-item-item .wall-item-content img,
|
||||
.wall-item-container .wall-item-content .type-link img.attachment-image, .type-link img.attachment-image, .type-video img.attachment-image {
|
||||
max-width: 200px;
|
||||
}
|
||||
/* fix img width in threaded view - maybe there exists a better possibility to do this
|
||||
maybe this needs also to be done for tablet view*/
|
||||
.children .wall-item-container .wall-item-item .wall-item-content img {
|
||||
max-width: 100%;
|
||||
}
|
||||
iframe {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* the top-nav notfication menu
|
||||
Note: the device needs a min display width of 320px */
|
||||
#nav-notifications-menu {
|
||||
width: 270px;
|
||||
}
|
||||
}
|
||||
|
||||
.wall-item-container.thread_level_2,
|
||||
|
|
|
@ -1783,7 +1783,8 @@ section.minimal {
|
|||
}
|
||||
|
||||
#jot-preview-content {
|
||||
padding-top: 25px;
|
||||
padding-top: 4px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#jot-preview-content .tread-wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue