mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 06:03:39 +08:00
Make discussion list more compact
This commit is contained in:
parent
d698804d3f
commit
281d744006
|
@ -20,11 +20,13 @@
|
||||||
&:extend(.list-inline);
|
&:extend(.list-inline);
|
||||||
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
.index-toolbar-action {
|
.index-toolbar-action {
|
||||||
&:extend(.list-inline);
|
&:extend(.list-inline);
|
||||||
|
|
||||||
float: right;
|
float: right;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media @phone, @tablet {
|
@media @phone, @tablet {
|
||||||
|
@ -199,13 +201,13 @@
|
||||||
& .main {
|
& .main {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 15px 0;
|
padding: 12px 0;
|
||||||
}
|
}
|
||||||
&:hover .title {
|
&:hover .title {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
& .title {
|
& .title {
|
||||||
margin: 0 0 6px;
|
margin: 0 0 5px;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
color: @fl-body-heading-color;
|
color: @fl-body-heading-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user