Skip to content

Commit e602dfd

Browse files
author
Mikail Bayram
authored
Merge pull request #77 from MiletaStanisic/iPad-fix
Fixed position element for iPod device
2 parents 81da463 + 5501682 commit e602dfd

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

widget/assets/css/style.css

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,67 @@
395395
font-size: 13px;
396396
}
397397
}
398+
@media (min-width: 768px), screen and (min-height: 1024px) and (orientation:portrait) {
399+
.full-post-box .user-info {
400+
margin: 10px;
401+
display: inline-block;
402+
}
403+
404+
.full-post-box .user-info .media-holder img {
405+
height: 50px;
406+
width: 50px;
407+
}
408+
409+
.full-post-box .user-info .media-holder .user-name {
410+
margin-left: 8px;
411+
}
412+
413+
.full-post-box .add-message {
414+
margin: 10px;
415+
display: inline-block;
416+
height: 50% !important;
417+
width: 95%;
418+
align-items: center;
419+
}
420+
421+
.full-post-box .add-message .text-area-custom {
422+
font-size: 26px;
423+
margin-right: 20px;
424+
height: 100% !important;
425+
line-height:34px;
426+
}
427+
}
428+
@media (min-width: 1024px), screen and (min-height: 768px) and (orientation:landscape) {
429+
.full-post-box .user-info {
430+
margin: 10px;
431+
display: inline-block;
432+
}
433+
434+
.full-post-box .user-info .media-holder img {
435+
height: 50px;
436+
width: 50px;
437+
}
438+
439+
.full-post-box .user-info .media-holder .user-name {
440+
margin-left: 8px;
441+
}
442+
443+
.full-post-box .add-message {
444+
margin: 10px;
445+
display: inline-block;
446+
height: 50% !important;
447+
width: 95%;
448+
align-items: center;
449+
}
450+
451+
.full-post-box .add-message .text-area-custom {
452+
font-size: 26px;
453+
margin-right: 20px;
454+
height: 100% !important;
455+
line-height:34px;
456+
}
457+
458+
}
398459

399460
.text-area-custom {
400461
border: none;

0 commit comments

Comments
 (0)