mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: Remove CSS hack.
This commit is contained in:
parent
73fdf443fd
commit
7acbd63d92
3 changed files with 4 additions and 8 deletions
|
@ -7,7 +7,8 @@
|
|||
expandExcerpts=expandExcerpts
|
||||
bulkSelectEnabled=bulkSelectEnabled
|
||||
canBulkSelect=canBulkSelect
|
||||
selected=selected}}
|
||||
selected=selected
|
||||
skipHeader=skipHeader}}
|
||||
{{else}}
|
||||
{{#unless loadingMore}}
|
||||
<div class='alert alert-info'>
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
canBulkSelect=canBulkSelect
|
||||
bulkSelectEnabled=bulkSelectEnabled
|
||||
selected=selected
|
||||
postsAction="showTopicEntrance"}}
|
||||
postsAction="showTopicEntrance"
|
||||
skipHeader=true}}
|
||||
|
||||
{{conditional-loading-spinner condition=model.loadingMore}}
|
||||
{{/load-more}}
|
||||
|
|
|
@ -669,16 +669,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.user-right .group-notification-menu {
|
||||
float: right;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.user-right.messages .topic-list {
|
||||
thead, th.views, td.views {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.user-main .nav-stacked {
|
||||
&.activity-list {
|
||||
|
|
Loading…
Reference in a new issue