mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 18:36:35 +08:00
fix width of users column in topic lists
This commit is contained in:
parent
52e27a9870
commit
85e9aaa4fa
|
@ -107,12 +107,12 @@
|
|||
min-width: 80px;
|
||||
}
|
||||
.posters {
|
||||
min-width: 150px;
|
||||
// we know there are up to 5 avatars of fixed size
|
||||
// will be overridden by media width queries on narrow displays to 1 avatar's width
|
||||
width: 145px;
|
||||
min-width: 145px;
|
||||
}
|
||||
.participants {
|
||||
min-width: 85px;
|
||||
}
|
||||
.posters, .participants {
|
||||
.posters {
|
||||
> a {
|
||||
float: left;
|
||||
margin-right: 4px;
|
||||
|
|
|
@ -349,11 +349,6 @@ a.star {
|
|||
line-height: 15px;
|
||||
}
|
||||
|
||||
p,
|
||||
.participants {
|
||||
margin: 0 0 7px;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
|
|
|
@ -171,11 +171,6 @@ a.star {
|
|||
line-height: 15px;
|
||||
}
|
||||
|
||||
p,
|
||||
.participants {
|
||||
margin: 0 0 7px;
|
||||
}
|
||||
|
||||
.user {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user