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