mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:10:17 +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;
|
min-width: 80px;
|
||||||
}
|
}
|
||||||
.posters {
|
.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 {
|
.posters {
|
||||||
min-width: 85px;
|
|
||||||
}
|
|
||||||
.posters, .participants {
|
|
||||||
> a {
|
> a {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
|
|
|
@ -349,11 +349,6 @@ a.star {
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p,
|
|
||||||
.participants {
|
|
||||||
margin: 0 0 7px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
|
@ -171,11 +171,6 @@ a.star {
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p,
|
|
||||||
.participants {
|
|
||||||
margin: 0 0 7px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user {
|
.user {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user