mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
fixing the user column on the topic-list page
This commit is contained in:
parent
28bfb34488
commit
15516f34c7
@ -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