3列以上のテーブルなど、レスポンシブ対応が出来ない/複雑すぎる場合、横スクロールで見てもらうパターン。
@media only screen and (max-width: 768px) {
.table-no-wrap {
overflow: auto;
white-space: nowrap;
display: block;
-webkit-overflow-scrolling: touch;
}
}
iPad縦向きまで、という感じの想定
memo
現在「メモ書き:シングル」を表示中
post_type namememo
post_type labelメモ書き
is_front_pagefalse
is_pagefalse
is_singletrue
is_attachmentfalse
is_homefalse
is_post_type_topfalse
get_post_typetrue
is_post_type_archivefalse
is_archivefalse
is_categoryfalse
is_tagfalse
is_taxfalse
is_searchfalse
is_authorfalse
is_datefalse
is_dayfalse
is_monthfalse
is_yearfalse
is_404false
wp_is_mobilefalse
タッチ
画面短辺
水平方向幅
デバイス方向
user agent:
CCBot/2.0 (https://commoncrawl.org/faq/)