Skip to content

Commit 50bc23c

Browse files
committed
Merge pull request discourse#1718 from awesomerobot/master
fixing the user column on the topic-list page
2 parents 30a9d36 + 2d928a0 commit 50bc23c

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

app/assets/stylesheets/desktop/discourse.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ blockquote {
231231

232232
.topic-statuses {
233233
float: left;
234-
margin: 1px 3px 0 0;
234+
margin: 0 3px 0 0;
235235
padding: 0;
236236
.topic-status {
237237
padding: 0 2px 0 0;

app/assets/stylesheets/desktop/topic-list.scss

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,18 @@
152152

153153
@include medium-width {
154154
.main-link {
155-
width: 380px;
155+
width: 300px;
156156
}
157157
}
158-
@include small-width {
158+
159+
@include small-width {
159160
.main-link {
160-
width: 335px;
161+
width: 300px;
162+
161163
}
164+
162165
}
166+
163167
.topic-statuses:empty {
164168
display: none;
165169
}
@@ -178,7 +182,8 @@
178182
width: 140px;
179183
}
180184
.posters {
181-
width: 170px;
185+
max-width: 220px;
186+
min-width: 150px;
182187
> a {
183188
float: left;
184189
margin-right: 4px;

0 commit comments

Comments
 (0)