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