Momentarily remove the forum link and view counter on mobile for Nox until we make them look not awful.
Fixed a media query block ordering bug in Nox.
This commit is contained in:
parent
39adc2e606
commit
a34e8f0e4e
|
@ -727,6 +727,55 @@ input[type=checkbox]:checked + label .sel {
|
||||||
background-color: #444444;
|
background-color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(max-width: 600px) {
|
||||||
|
.rowhead h1, .opthead h1, .colstack_head h1 {
|
||||||
|
font-size: 19px;
|
||||||
|
}
|
||||||
|
.topic_list_title_block .opt {
|
||||||
|
margin-top: -1px;
|
||||||
|
}
|
||||||
|
.topic_list_title_block .opt a {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topic_list .topic_middle {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.topic_left, .topic_right, .topic_middle {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
.topic_right_inside .lastName, .topic_left .rowtopic {
|
||||||
|
margin-top: -4px;
|
||||||
|
}
|
||||||
|
.topic_left img, .topic_right img {
|
||||||
|
height: 32px;
|
||||||
|
width: 32px;
|
||||||
|
}
|
||||||
|
.topic_list .topic_right_inside .lastReplyAt, .topic_list .topic_left .starter {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topic_item .topic_name_forum_sep, .topic_item .topic_forum, .topic_view_count {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.userinfo {
|
||||||
|
padding: 18px;
|
||||||
|
width: 140px;
|
||||||
|
}
|
||||||
|
.avatar_item {
|
||||||
|
height: 48px;
|
||||||
|
width: 48px;
|
||||||
|
background-size: 68px;
|
||||||
|
}
|
||||||
|
.the_name {
|
||||||
|
font-size: 17px;
|
||||||
|
}
|
||||||
|
.ip_item.hide_on_mobile {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media(max-width: 500px) {
|
@media(max-width: 500px) {
|
||||||
.sidebar {
|
.sidebar {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -785,51 +834,6 @@ input[type=checkbox]:checked + label .sel {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: 600px) {
|
|
||||||
.rowhead h1, .opthead h1, .colstack_head h1 {
|
|
||||||
font-size: 19px;
|
|
||||||
}
|
|
||||||
.topic_list_title_block .opt {
|
|
||||||
margin-top: -1px;
|
|
||||||
}
|
|
||||||
.topic_list_title_block .opt a {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.topic_list .topic_middle {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.topic_left, .topic_right, .topic_middle {
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
.topic_right_inside .lastName, .topic_left .rowtopic {
|
|
||||||
margin-top: -4px;
|
|
||||||
}
|
|
||||||
.topic_left img, .topic_right img {
|
|
||||||
height: 32px;
|
|
||||||
width: 32px;
|
|
||||||
}
|
|
||||||
.topic_list .topic_right_inside .lastReplyAt, .topic_list .topic_left .starter {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.userinfo {
|
|
||||||
padding: 18px;
|
|
||||||
width: 140px;
|
|
||||||
}
|
|
||||||
.avatar_item {
|
|
||||||
height: 48px;
|
|
||||||
width: 48px;
|
|
||||||
background-size: 68px;
|
|
||||||
}
|
|
||||||
.the_name {
|
|
||||||
font-size: 17px;
|
|
||||||
}
|
|
||||||
.ip_item.hide_on_mobile {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media(max-width: 601px) {
|
@media(max-width: 601px) {
|
||||||
ul {
|
ul {
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
|
|
Loading…
Reference in New Issue