mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 12:55:41 +08:00
Make discussion list more compact
This commit is contained in:
parent
479a09a41f
commit
ec059f496f
@ -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…
x
Reference in New Issue
Block a user