mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
fixed /recent, /unread
This commit is contained in:
@@ -4,6 +4,10 @@
|
|||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .col-md-12 {
|
||||||
|
padding-right: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
li {
|
li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
@@ -37,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 1200px)
|
@media (max-width: 1200px)
|
||||||
{
|
{
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
}
|
}
|
||||||
@@ -80,14 +84,14 @@
|
|||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 979px)
|
@media (max-width: 979px)
|
||||||
{
|
{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 979px)
|
@media (max-width: 979px)
|
||||||
{
|
{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ marked.setOptions({
|
|||||||
'show_sidebar' : 'hidden',
|
'show_sidebar' : 'hidden',
|
||||||
'show_topic_button' : 'hidden',
|
'show_topic_button' : 'hidden',
|
||||||
'no_topics_message' : 'hidden',
|
'no_topics_message' : 'hidden',
|
||||||
'topic_row_size': 'span12',
|
'topic_row_size': 'col-md-12',
|
||||||
'category_id': false,
|
'category_id': false,
|
||||||
'topics' : []
|
'topics' : []
|
||||||
};
|
};
|
||||||
@@ -149,7 +149,7 @@ marked.setOptions({
|
|||||||
'show_topic_button' : 'hidden',
|
'show_topic_button' : 'hidden',
|
||||||
'show_markallread_button': 'show',
|
'show_markallread_button': 'show',
|
||||||
'no_topics_message' : 'hidden',
|
'no_topics_message' : 'hidden',
|
||||||
'topic_row_size': 'span12',
|
'topic_row_size': 'col-md-12',
|
||||||
'topics' : []
|
'topics' : []
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user