mirror of
https://github.com/flarum/framework.git
synced 2025-01-21 16:41:02 +08:00
Give PostEdited default cursor; make info slightly more compact
This commit is contained in:
parent
4c3ebe2538
commit
3bfd5ee35d
|
@ -30,7 +30,7 @@
|
|||
|
||||
> li {
|
||||
display: inline;
|
||||
margin-right: 10px;
|
||||
margin-right: 7px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -226,6 +226,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.PostEdited {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.EventPost-icon {
|
||||
float: left;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user