mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 15:34:16 +08:00
Merge pull request #1718 from awesomerobot/master
fixing the user column on the topic-list page
This commit is contained in:
commit
50bc23c2be
|
@ -231,7 +231,7 @@ blockquote {
|
|||
|
||||
.topic-statuses {
|
||||
float: left;
|
||||
margin: 1px 3px 0 0;
|
||||
margin: 0 3px 0 0;
|
||||
padding: 0;
|
||||
.topic-status {
|
||||
padding: 0 2px 0 0;
|
||||
|
|
|
@ -152,14 +152,18 @@
|
|||
|
||||
@include medium-width {
|
||||
.main-link {
|
||||
width: 380px;
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
@include small-width {
|
||||
|
||||
@include small-width {
|
||||
.main-link {
|
||||
width: 335px;
|
||||
width: 300px;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.topic-statuses:empty {
|
||||
display: none;
|
||||
}
|
||||
|
@ -178,7 +182,8 @@
|
|||
width: 140px;
|
||||
}
|
||||
.posters {
|
||||
width: 170px;
|
||||
max-width: 220px;
|
||||
min-width: 150px;
|
||||
> a {
|
||||
float: left;
|
||||
margin-right: 4px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user