line-height: 17px;
position: fixed;
/* overflow: auto; */
+ height: 100%;
height: calc(100% - 42px);
/* overflow: scroll; */
box-shadow: 1px 1px 6px -3px #666;
border-right: 1px solid lightgray;
border-left: 1px solid lightgray; */
position: absolute;
- /*left: 215px;*/
+ left: 215px;
left: calc(215px + (100% - (215px + 766px)) / 6);
/* left: calc(215px + (100% - 215px) / 10); */
}
}
.wall-item-decor {
position: absolute;
-/* left: 755px; */
+ left: 755px;
left: calc(100% - 7px);
/* top: -10px; */
width: 16px;
}
.wall-item-container {
display: table;
-/* width: 745px; */
+ width: 745px;
width: calc(100% - 10px);
}
margin-top: 5px;
margin-bottom: 5px;
margin-left: 80px;
-/* width: 665px; */
+ width: 665px;
width: calc(100% - 90px);
border-bottom: 1px solid hsl(198, 21%, 79%);
}
}
.comment-edit-preview {
- width: 660px;
+ /* width: 660px; */
+ width: 100%;
border: 1px solid #2d2d2d;
margin-top: 10px;
top: 15px !important;
padding-left: 12px;
}
.comment-edit-preview .wall-item-container {
- width: 700px;
+ /* width: 700px; */
+ width: 100%;
}
.comment-edit-preview .tread-wrapper {
- width: 700px;
+ /* width: 700px; */
+ width: 100%;
padding: 0;
margin: 10px 0;
border-bottom: 0px;
#profile-jot-form #profile-jot-text {
height: 2.0em;
/* width: 99%; */
- /* width: 752px; */
+ width: 752px;
width: calc(100% - 10px);
font-size: 15px;
color: #999999;