mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
fixing the user column on the topic-list page
This commit is contained in:
parent
28bfb34488
commit
15516f34c7
2 changed files with 10 additions and 5 deletions
app/assets/stylesheets/desktop
|
@ -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 a new issue