サイズを変更したときにウィンドウが小さすぎると、右側の日付divが下に移動します(モバイルデバイスのビューを考えてください)
テキスト領域のサイズを変更し、サイズ変更時に日付 div を上部に保持することは可能ですか?
サイズを変更したときの問題を示す 2 つの画面を含めました。
画面 1
画面 2 (リサイズ)
私の現在のcssは次のようになります。
div.thumbnail_image {
float: left;
height: 64px;
position: relative;
width: 64px;
}
.widget-content {
padding: 12px 15px;
border-bottom: 1px solid #cdcdcd;
}
.msg-list {
border-top: 1px solid #DDDDDD;
padding: 10px 12px;
}
.msg-list span {
display:block;
}
.msg-list .msg-date {
display: block;
border: solid 1px #00ff00;
color: #BBBBBB;
float: right;
margin: 0 0 0 0;
text-align: center;
width: 50px;
}
.msg-list .msg-date .msg-month {
display: block;
font-size: 19px;
font-weight: bold;
margin-bottom: -4px;
}
.msg-summary {
border: solid 1px #ff0000;
display: block;
float: left;
max-width: 70%;
}