mirror of
https://github.com/discourse/discourse.git
synced 2025-05-12 07:17:27 +08:00
FIX: mobile layout was too wide
This commit is contained in:
parent
1e5195e68f
commit
ce8a4266b6
@ -471,14 +471,13 @@ span.highlighted {
|
|||||||
.topic-avatar {
|
.topic-avatar {
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-meta-data {
|
.topic-meta-data {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
left: 0px;
|
||||||
.names {
|
.names {
|
||||||
margin: 5px 0 0 65px;
|
margin: 5px 0 0 65px;
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user